New react-native app has 'TypeError: babelHelpers.typeof is not a function' [iOS]

后端 未结 7 1870
花落未央
花落未央 2020-12-31 02:37

A new project created with the latest version of react-native throws javascript error while running(/debugging). Tested this on simulator.

[fatal][tid:main]         


        
相关标签:
7条回答
  • 2020-12-31 03:26

    To solve the problem, I renamed a .babelrc file in a parent directory, then ran ./node_modules/react-native/packager/packager.sh start --reset-cache

    0 讨论(0)
提交回复
热议问题