UNPKG

react-native-restart

Version:

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

11 lines 256 B
type RestartType = { /** * @deprecated use `restart` instead */ Restart(): void; restart(): void; getReason(): Promise<string>; }; declare const RNRestart: RestartType; export default RNRestart; //# sourceMappingURL=index.d.ts.map