react-native-restart
react-native-restart copied to clipboard
React Native Package With One Purpose: To Restart Your React Native Project
2021-07-05 18:29:46.971 22990-24054/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules Process: com.app.packageName, PID: 22990 com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'collapsable' in shadow node of type: RCTView at com.facebook.react.uimanager.b1$k.a(Unknown Source:113) at com.facebook.react.uimanager.z0$b.a(Unknown Source:10) at...
I want to mock this package, I am using jest for testing. ` TypeError: Cannot read properties of undefined (reading 'Restart')`
Issue : After calling below function setTimeout(() => { RNRestart.Restart(); }, 300); App does not reopen in release Apple M1 Chip React native : 0.70.6 React native restart : 0.0.24...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
Hello I'v a crash issue with IOS build (with metro and release build), when I use RN.restart() Here is my thread about my issue https://github.com/facebook/react-native/issues/36776 Thank you very much
React native : 0.72.4 react-native-restart: 0.0.27 WARN Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read property 'restart' of null TypeError: Cannot read property 'restart' of null
First of all sorry to recreate the issue, All previously related issues are closed and their solutions are not acceptable anymore because of the latest version of React-Native. ### **Problem:**...
I want to show a splash screen to the user after calling rnrestart.restart(). In older versions of React, I could solve this problem by adding code to the AppDelegate.mm file....
When `RNRestart.Restart()` is executed, I need to clean up some custom modules on Android. With the dev metro server running, it executes `onDropViewInstance` inside a RN Module ViewManager which extends...