[react-native]
npx react-native init MyApp --template react-native-template-typescript
로 받았는데 JavaScript 프로젝트가 생성되었다.
다음의 명령어로 만든다.
npm uninstall -g react-native-cli
yarn global add @react-native-community/cli
npx react-native init MyApp --template react-native-template-typescript