UNPKG

react-native-restart

Version:

Sometimes you want to reload your app bundle during app runtime. This package will allow you to do it.

6 lines 144 B
import { NativeModules } from "react-native"; const { RNRestart } = NativeModules; export default RNRestart; //# sourceMappingURL=index.js.map