[Android] How to build the ReactAndroid project on every "react-native run-android" ?
See original GitHub issueHello
I want the ReactAndroid
project to be rebuild whenever I run react-native run-android
in my project.
How to do that, what needs to be installed?
Thank you Bernd
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
How to Build from Source - React Native
From the Welcome screen of Android Studio choose "Import project" and select the android folder of your app. You should be able to...
Read more >Building React Native from source - GitHub Pages
Modify your android/app/build.gradle to use the :ReactAndroid project instead of the pre-compiled library, e.g. - replace implementation 'com.facebook.react: ...
Read more >react native - How to rebuild the entire Android folder?
Funny solution here Create a new react native app and copy the new android folder over and then run $react-native run-android.
Read more >React Native for Android development on Windows
Get started developing Android apps using React Native on Windows. ... Create a new project with React Native; Additional resources.
Read more >Dive into React Native for Android Development - Toptal
If you use create-react-native-app , the created project will be bootstrapped with expo. ... cd AwesomeToptalProject react-native run-android.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@satya164 a note: react-native has some dependency mismatches with current version of android ndk (android-ndk-r11*) (arm-linux-androideabi-4.8 / arm-linux-androideabi-4.9), I had to dig up a copy of android-ndk-r10e to get this to work.
https://github.com/facebook/react-native/blob/31bb85a210e8a6edba4f59df6eb36ccc5cc58d9e/docs/AndroidBuildingFromSource.md#download-links-for-android-ndk