J
J
Jon Doe2016-05-12 17:35:45
JavaScript
Jon Doe, 2016-05-12 17:35:45

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

4 answer(s)
@
@Houston, 2016-05-15
_

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.

D
DENIS SHELESTOV, 2015-07-05
@djdeniro

configure: error: No supported python lib version found. Try --disable-python
Try with --disable-python
----
./launch.sh install --disable-python

D
Denis Verbin, 2015-07-05
@rez0n

It looks like you don't have python on your system,
or
yum install python

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question