Open SonuGitCfcs opened 9 months ago
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
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