Replies: 1 comment
-
Hey @konampruthvirajkumar , It would be great if you can provide snack / codesandbox link ? Also this migration guide might help you upgrading to v3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using NativeBase v2 (mostly used ActionSheet, Section, Content) in my project and trying to migrate to v3.
Platform - iOS
ERROR TypeError: undefined is not an object (evaluating 'document.body.addEventListener')
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
Any Help will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions