-
Notifications
You must be signed in to change notification settings - Fork 37
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
“Native module cannot be null” #7
Comments
Having the same problem, in simulator works fine, but on real iOS device throws "Native module cannot be null." |
pod 'react-native-passkit-wallet', :path => '../node_modules/react-native-passkit-wallet' in Pod file => |
Wrote native wallet implementation and implemented it. |
Still having issues after linking it directly in the Pod file. Any other solution? |
I couldn't reproduce the error. This is how I tested:
App.js would be like this:
Could you provide more details? |
Hello all, I'm having the same error 'Native module cannot be null'. And I'm new to RN and I'm using Expo. Is there a way to use this package in an Expo app without ejecting? |
Hi @labadze , could you share how you got around this issue pls? |
having the same problem with expo |
news about this problems ? |
Hello, I'm trying to implement PassKit wallet to my app. I'm using expo, so. where is no iOS Android folders, so I'm getting this error “Native module cannot be null”, This error is located in PassKit.ios.js on line 10.
After this I detached app and implemented everything like in. manual but getting same error.
The text was updated successfully, but these errors were encountered: