I had this issue, I needed to downgrade babel-preset-react-native
version.
If you use yarn
yarn remove babel-preset-react-native
yarn add babel-preset-react-native@4.0.0
or use npm commands
npm uninstall babel-preset-react-native
npm install babel-preset-react-native@4.0.0