import RNRestart from 'react-native-restart'; // Import package from node modules
// Immediately reload the React Native Bundle
RNRestart.Restart();
yarn add react-native-restart
react-native link react-native-restart
$ npm install --save react-native-restart