I recently tried to crate a new react native app by using the `
npx react-native@latest init AwesomeProject
` command but it created a folder with a app.tsx file.
How can I force it to create a app.js instead? Or can I just replace it with a javascript file? I can't find an awnser to this so hopefully someone can help me.
Greetings
Ben