Create React Native App. - Plugin/Preset files are not allowed to export objects, only functions

前端 未结 4 1327
抹茶落季
抹茶落季 2021-01-18 03:19

Need some help, I\'m getting a weird error out of left field that I have not been able to debug. This project was bundling successfully until yesterday after I setup my reac

4条回答
  •  没有蜡笔的小新
    2021-01-18 04:16

    As addition to @fagerbua answer. If you want to use react-native@0.56 you need to change .babelrc with { "presets": [ "react-native" ] } you don't need jest-react-native anymore, but you need to use babel-preset-react-native@5

提交回复
热议问题