typescript tutorial react native code example
Example 1: react-native use typescript
yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
# or for npm
npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
Example 2: react native typescript
npx --ignore-existing react-native init MyApp --template react-native-template-typescript