Hey there, I'm just starting out with react-native and I want to work on a project using VS Code. I'm familiar with initializing a project using the command "react-native init ProjectName", but it seems to generate files with a .js extension instead of .tsx. For example, my project has app.js instead of app.tsx. Can anyone help me figure out how to create or change these file extensions? Any tips would be greatly appreciated. Thanks!