Could not build from Source
See original GitHub issueDescription
Hi all,
I have followed the guide in this page:
https://github.com/facebook/react-native/wiki/Building-from-source
Unfortunately, I could not build it successful. I got some kind of different issues such as gradle, other library…
Do you guys know how to build react-native app from source. The purpose of this is I would like to add new feature/hot fix that currently is not supported yet. Create the pull request should be the right way, but it will take too long.
Version
0.63.4
Output of npx react-native info
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
Steps to reproduce
Step 1. yarn install finished. Step 2:Delete node_modules/react-native folder. Step 3: clone react-native from repo: git clone https://github.com/facebook/react-native.git node_modules/react-native
And continue following steps: https://github.com/facebook/react-native/wiki/Building-from-source#2-adding-gradle-dependencies
Snack, code example, screenshot, or link to a repository
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (3 by maintainers)
Top GitHub Comments
You can’t use RN 0.63 AND build from source. You first have to update your app to RN 0.68, and then switch to build from source.
This issue was closed because it has been stalled for 7 days with no activity.