I\'m brand new to react-native, and trying to render my first bit of text on the screen.
When I run react-native run-ios and then click into my sample a
react-native run-ios
I got same problem yesterday and my way is:
node_modules
babel-preset-react-native
npm install babel-preset-react-native@2.1.0 --save-dev
Hope you get this solved.
Thanks GaBACK