question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not build from Source

See original GitHub issue

Description

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:closed
  • Created 2 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
cortinicocommented, May 3, 2022

Now i am using react-native version: 0.63.4

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.

0reactions
github-actions[bot]commented, Nov 8, 2022

This issue was closed because it has been stalled for 7 days with no activity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not be compiled. Try rebuilding from source manually.
A project cannot be restored in a traditional way (Checkout and Rebuild). ... Try opening the Visual Studio solution and building the project...
Read more >
Unreal Project Could Not Be Compiled, Try Re-Building From ...
Today I am going to show the basic steps of how to build a project from source. The reason to make this video...
Read more >
Howto: Building R-devel and packages on Windows - R Project
It is better not to build the R installer, but use R for debugging from the build tree, so that the sources are...
Read more >
Compiling and Installing from Source - Psi4
Should this happy scenario not come to pass, or if the default build options are not to your taste, use the links within...
Read more >
Building GDAL from source — GDAL documentation
With the CMake build system you can compile and install GDAL on more or less any platform. ... A default build is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found