Create-react-native-app: Javascript instead of Typescript

Created on 30 Apr 2020  路  2Comments  路  Source: expo/create-react-native-app

Hello, how can I use create-react-native-app and have it setup with Javascript and not Typescript? So it creates App.js not App.tsx at initialization

question

Most helpful comment

you can rename the file to App.js rather than App.tsx :)

All 2 comments

you can rename the file to App.js rather than App.tsx :)

you can rename the file to App.js rather than App.tsx :)

I just want to add that you need to delete tsconfig.json file for everything to work.

Was this page helpful?
0 / 5 - 0 ratings