-
Notifications
You must be signed in to change notification settings - Fork 113
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
react-native-create-library command does not create a MainActivity.java #88
Comments
Hey, did you create the library from master? The version on npm unfortunately is really outdated: #78 |
created it directly from command. here some details
|
Try out creating it from master. As said above the npm version is pretty old, unfortunately I don't have the permissions to push a new version. |
ok. now i'm understand. we need to create a react-native app first using |
how do you know i used npm?. because i'm pretty sure i used yarn |
What I meant is if you installed |
unfortunately this not working either. it asking for gradle-wrappers version of 2.2 and revert build tools version from latest one to the oldest one possible. if i change it back manually the compilation fail saying com.reactlibrary.MyActivity not found |
i guess it's from master |
i close this issue as it's a misunderstanding. i suggest you to edit the instruction of how to use this repo. i've wrote some steps to follow in issue #89 thank you for all your responses 😺 |
react-native-create-library command does not created MainActivity.java file. Only ...Module.java and ...Package.java created. And also an empty AndroidManifest.xml
Why?
The text was updated successfully, but these errors were encountered: