Open markandrus opened 6 years ago
@markandrus MainApplication.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.
@markandrus
MainApplication.java
would be part of your React Native app, not created by this package. For example when runningreact-native init {APP_NAME}
theMainApplication,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.