I have updated only react-native-router-flux v3.26.0 and this error appeared...
Any help?
This is how I manage to fix it with v3.33.2:
rm -rf node_modules
npm cache clean
npm install
Maybe it will help you as well :)
npm i -S babel-preset-react-native
@tetriscode Thank you!
npm i -S babel-preset-react-native also helped me and I'm on react-native v0.31.0
versions:
react-native 0.36.0
still facing the same issue

Most helpful comment
npm i -S babel-preset-react-native