showing results for - "react native restart app"
Felix
31 Jul 2019
1import RNRestart from 'react-native-restart'; // Import package from node modules
2
3// Immediately reload the React Native Bundle
4RNRestart.Restart();
5
Romain
19 Mar 2019
1yarn add react-native-restart
2react-native link react-native-restart
3
Violeta
09 Apr 2017
1$ npm install --save react-native-restart