When creating a new react native project using the standard react-native init MyApp and running react-native run-ios for the first time I\'m seeing
react-native init MyApp
react-native run-ios
You should add and install babel for your projects
npm add @babel/runtime npm install
If The error is not fixed, Try:
npm start --reset-cache