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
@markandrusMainApplication.java would be part of your React Native app, not created by this package. For example when running react-native init {APP_NAME} the MainApplication,java file is created as part of your app.
@markandrusMainApplication.java would be part of your React Native app, not created by this package. For example when running react-native init {APP_NAME} the MainApplication,java file is created as part of your app.
what if it happens in react-native-create-library?. because as what I've learned react-native init used to create a react native app whereas react-native-create-library to create a native module https://github.com/frostney/react-native-create-library/issues/88
Dev setup:
react-native-create-bridge
version: 1.2.2react-native
version: N/AI am using create-bridge in a:
What you did:
What happened:
"Next Steps" in README.md says to edit MainApplication.java; however, no such file exists in my project directory.
The text was updated successfully, but these errors were encountered: