We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im using "react-native": "0.67.4", with "react-native-restart": "0.0.24", calling RNRestart.Restart(); crashes the app on android in release mode only
setting timout, manual linking , setting hermes to false, all solution online didnt work
The text was updated successfully, but these errors were encountered:
Try upgrading to 0.0.27 and use RNRestart.restart() rather than RNRestart.Restart()
Sorry, something went wrong.
@nluzzato thanks for reply • Using react-native ‹ 0.62? install react-native-restartao.0.17 • Using 0.71 › react-native >= 0.62 ? install react-native-restartao. 0.24 • Using react-native >= 0.71 ?install react-native-restartao.0.27 and above
i tried that and it didnt work
No branches or pull requests
im using "react-native": "0.67.4",
with "react-native-restart": "0.0.24",
calling RNRestart.Restart(); crashes the app on android in release mode only
setting timout, manual linking , setting hermes to false, all solution online didnt work
The text was updated successfully, but these errors were encountered: