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
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.
Most helpful comment
you can rename the file to App.js rather than App.tsx :)