bundling failed: Error: Plugin 0 provided an invalid property of “default”

前端 未结 5 1903
别跟我提以往
别跟我提以往 2020-12-16 19:35

I\'m trying to run a react native app on my AVD using this command :

react-native run-android

but getting the following error:



        
5条回答
  •  独厮守ぢ
    2020-12-16 20:00

    This is bug in babel-preset-react-native

    Set the version:

    yarn remove babel-preset-react-native
    yarn add babel-preset-react-native@2.1.0
    

提交回复
热议问题