I am new in react-native.I would like to create a project in react-native with VS code.I know how to init a project with command ``react-native init ProjectName```but when this create this a java .js not .tsx.for example my project has app.js not app.tsx!how to create this? how to change it?thanks
↧