after I have been installed react native exit app on my project, when I want to exit my app by clicking exit button I get this error:
null is not an object ( evaluating 'reactNative.NativeModules.RNExitApp.exitApp')
thanks
"react": "16.8.3",
"react-native": "0.59.0",
"react-native-exit-app": "^1.1.0"
hi,
after I have been installed react native exit app on my project, when I want to exit my app by clicking exit button I get this error:
null is not an object ( evaluating 'reactNative.NativeModules.RNExitApp.exitApp')
thanks "react": "16.8.3", "react-native": "0.59.0", "react-native-exit-app": "^1.1.0"