## Question Description How do you configure TypeScript and React Native to work together? How would you convert the default `App.js` file to TypeScript? ## How can I get started? - Create a new react native project `react-native init TypeScriptDemo` - [TypeScript](https://www.typescriptlang.org/)
Question Description
How do you configure TypeScript and React Native to work together? How would you convert the default
App.jsfile to TypeScript?How can I get started?
react-native init TypeScriptDemo