react-native-restart
react-native-restart copied to clipboard
Unhandled JS Exception: TypeError: 1. default. restart is not a function. IOS
Issue : After calling below function setTimeout(() => { RNRestart.Restart(); }, 300);
App does not reopen in release
Apple M1 Chip React native : 0.70.6 React native restart : 0.0.24
May be you are using Deprecated method use RNRestart.restart();
npx react-native start --reset-cache
May be you are using Deprecated method use `RNRestart.restart(); `
in 0.0.24 restart method with lowercase does not exist
@GorArestakesyan use the latest version of the react-native-restart package. v0.0.27