-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work with CRNA / Expo #50
Comments
Hi @Morriz! Did you get this behavior on Android or iOS? Usually when a module with native code returns undefined it's because it was not linked properly with the native projects, you can try running |
I did that already, but to no avail. It would be awesome if your module would work with CRNA out of the box, but you probably have to do some tweaking. I would reach out to the CRNA ppl if I were you.
… On Sep 28, 2017, at 13:42, Victor ***@***.***> wrote:
Hi @Morriz! Did you get this behavior on Android or iOS? Usually when a module with native code returns undefined it's because it was not linked properly with the native projects, you can try running react-native link react-native-sensitive-info again or linking it manually. I'm not very familiar with expo though, not sure how it handles external native dependencies.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I always test on physical device btw
|
Yes, that would be nice given the popularity of CRNA. I will look into it this weekend, maybe @mCodex can give it a try too |
@Morriz thank you for letting us know about this problem. I'll take a look :) |
:)
|
You cannot use any modules that require linking (i.e. native modules) with expo. This is not an issue with Please note that Expo SDK 21 already has a SecureStore. |
Thanks for clarifying @Palisand! |
Yes, tnx! That new SecureStore is exactly what I need :)
|
I encountered the same issue with |
@marudhupandiyang could you please open a new issue for that and provide more detail (RN version, iOS version etc.)? |
Hi, any idea why I can't seem to import your module with a fresh CRNA install?
console output:
SInfo: undefined
I use:
The text was updated successfully, but these errors were encountered: