react-native-restart icon indicating copy to clipboard operation
react-native-restart copied to clipboard

null is not an object (evaluating '_reactNativeRestart.default.Restart')

Open haifaash87 opened this issue 2 years ago • 3 comments

I face this error when restarting the app

null is not an object (evaluating '_reactNativeRestart.default.Restart')

I did manual linking but still not resolved.

Any idea to solve this problem?

haifaash87 avatar Apr 27 '22 07:04 haifaash87

I have the same issue on RN 0.67.4

vkondratievFutem avatar Apr 27 '22 15:04 vkondratievFutem

Same Problem, do you know how to resolve? @haifaash87 @vkondratievFutem

obarosa avatar May 25 '22 16:05 obarosa

This works fine in 'production' mode (tested with RN 0.67.2). In 'dev' mode, try using DevSettings.reload() from https://reactnative.dev/docs/devsettings#reload

RhysTowey avatar Jul 05 '22 15:07 RhysTowey