wumke / react-native-exit-app

Exit,close,kill,shutdown app completely for React Native on iOS and Android.
MIT License
388 stars 102 forks source link

null is not an object ( evaluating 'reactNative.NativeModules.RNExitApp.exitApp') #42

Closed hanaechahid closed 4 years ago

hanaechahid commented 4 years ago

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"

pandureddy0254 commented 4 years ago

how did you solve this issue ?? any solutions . Thanks

HarpalSingh7395 commented 4 years ago

@PanduAluvala just run pod installin the ios folder of your project and then rebuild your project.