react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

💭 Expo Go incompatibility

Open Morgandri1 opened this issue 1 year ago • 1 comments

Question

What strictly forbids react-native-quick-crypto from being used in expo go? it makes testing expo apps infinitely slower, requiring a full build just to test. Am i missing something? Is there an easier way?

What I tried

No response

QuickCrypto Version

0.7.5

Additional information

Morgandri1 avatar Oct 09 '24 18:10 Morgandri1

try commenting out the throw here and see if it works. That code is 3 years old, and things may have changed.

boorad avatar Oct 14 '24 14:10 boorad

Hey @boorad, the error seems to be coming from the fact that expo go cant find the module... commenting out the error just breeds new ones :/ Thanks for the suggestion, though

Morgandri1 avatar Oct 27 '24 18:10 Morgandri1

https://docs.expo.dev/workflow/customizing/#using-libraries-that-include-native-code

If you are using the sandbox app, Expo Go, you can only access native libraries that are included in the Expo SDK, or libraries that do not include any custom native code. In contrast, by creating a development build, you can control any part of your app. You can change the native code or configuration that is possible in any other native app. For more details on how to determine if a third-party library depends on custom code, see Using third party libraries.

boorad avatar Oct 28 '24 13:10 boorad