avishayil / react-native-restart

React Native Package With One Purpose: To Restart Your React Native Project
MIT License
926 stars 145 forks source link

feat: add relaunchApp(final boolean isKillProcess) on Android #206

Closed flyskywhy closed 1 year ago

flyskywhy commented 2 years ago

I found Restart() React Native Bundle several times, some JS or Java memory not free enough, so comes the relaunchApp() the whole APP :stuck_out_tongue_closed_eyes:

avishayil commented 1 year ago

Thanks @flyskywhy , I think that #211 is a better approach since the purpose is to reload the bundle and not kill the whole app context. Let me know if you feel differently.