Answer the question
In order to leave comments, you need to log in
How to set up automatic build on every change in React Native code?
Faced such a problem as the constant launch of the project with every slightest change in the code.
I have to recompile the application and after starting the server, I found a kind of promising module for node - react-native-auto-updater , but it did not give the desired result. Working on the usual React, my server restarted making changes, I would like to implement a similar concept here. If someone faced such a problem, I will be very glad to hear how to implement it.
Answer the question
In order to leave comments, you need to log in
I didn't understand the question.
React Native Packager automatically picks up and compiles changes.
On the device, you can open the developer menu (cmd + D on iOS, F2 on Android). There you can enable Live reload to automatically reload the application or Hot Update to apply changes without rebooting.
configure: error: No supported python lib version found. Try --disable-python
Try with --disable-python
----./launch.sh install --disable-python
It looks like you don't have python on your system,
oryum install python
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question