UNPKG

react-native-restart

Version:

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

13 lines (12 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); const { RNRestart } = _reactNative.NativeModules; var _default = RNRestart; exports.default = _default; //# sourceMappingURL=index.js.map