UNPKG

react-native-restart

Version:

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

7 lines 171 B
declare type RestartType = { Restart(): void; restart(): void; }; declare const _default: RestartType; export default _default; //# sourceMappingURL=index.d.ts.map