React Native Typescript Template doesn't work

前端 未结 2 1524
礼貌的吻别
礼貌的吻别 2021-01-25 15:10

I have created a new project of React Native with a typescript template using the official command react-native init MyApp --template typescript (a couple of times

2条回答
  •  自闭症患者
    2021-01-25 15:31

    Seems like you didn't execute the post installation setup script which takes care of removing the App.js file. Anyway, that's not necessary anymore as with the release of React Native 0.59 the post installation setup script is being executed automatically.

提交回复
热议问题