staltz / react-native-node

Run a separate Node.js process behind a React Native app
MIT License
1.12k stars 33 forks source link

Bundle again on app reload #10

Open HZSamir opened 6 years ago

HZSamir commented 6 years ago

Hello, is there some way to run react-native-node insert ./background on app reload? Because as things stand I have to test my code in a separate project before using it in the background folder.

It's not an issue per se, but a substantial improvement that could be made.

Thank you.

And please continue working on IOS support, I tested nodejs-mobile and it's just bad... (awfully slow)

staltz commented 6 years ago

Hi :) Thanks for letting me know. With "app reload" you mean the refresh?

HZSamir commented 6 years ago

@staltz Indeed. Either reloading the app or having "Live reload" enabled