You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For projects that are created with React Native's create-react-native-app command. I would like to find out how to use this library on top of a project that is created using RN's native generator.
The text was updated successfully, but these errors were encountered:
@kktam I think I understand what you're asking but let me clarify. Do you want to know how to use this package when initializing an app with CRNA? It seems you may be talking about 2 different things as in my mind an app "created using RN's native generator" is not using CRNA but react-native init. If you created through the latter you should simply just need to install the dependency and run react-native new-module If you created CRNA I believe it defaults to using EXPO which I don't use too often, but I believe you would need to eject before using any 3rd party packages.
One possible solution is to create a new package perhaps with react-native init project then publish and install it from npm.
Anyone has a better solution?
Oh, it is actually an "UnhandledPromiseRejectionWarning" instead of expection
(node:76326) UnhandledPromiseRejectionWarning: Error: Invalid argument not valid semver
This is not a bug, but more of a question.
For projects that are created with React Native's create-react-native-app command. I would like to find out how to use this library on top of a project that is created using RN's native generator.
The text was updated successfully, but these errors were encountered: