avishayil / react-native-restart

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

Question: is DevSettings.reload() a replacement? #139

Closed rahamin1 closed 4 years ago

rahamin1 commented 4 years ago

https://reactnative.dev/docs/devsettings provides the ability to restat, but it states that it is 'for customizing settings for developers in development'.

is it a replacement for production? I tried it, and it closes (crashes?) the app on iOS.

rahamin1 commented 4 years ago

No reply, so I will... Seems that DevSettings.reload() is good only for development.