I setup a React-Native app using the React Native offical docs. But I keep getting this error message Module JSTimersExecution is not a registered callable module
when viewing the app from Expo app in my iphone. The call stack is attached here.
I did some Google, but didn't find anything helpful.
Could anyone get this error before?
Make sure to change app.json
to the same expo version you have in your package.json
. And also make sure you are using the corresponding React-Native version the the expo version you have installed uses. You may need to upgrade your Expo app. If that doesn't work and your versions match up:
rm -rf node-modules
(maybe even remove your.lock file)npm i
/ yarn
npm start
or use expohttps://blog.expo.io/expo-sdk-v20-0-0-is-now-available-79f84232a9d1
I got the same error when i upgrade react-native to 0.47.1, I look the question and set react-native back to 0.46.4, it work!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With