- yarn add -D react-native-typescript-transformer
- yarn add -D @types/react @types/react-native
- app.json 에 추가
"packagerOpts": {
"sourceExts": [
"ts",
"tsx"
],
"transformer": "node_modules/react-native-typescript-transformer/index.js"
}
- tsc --init
- tsconfig -> "jsx": "react-native" (주석 제거 후 수정)
- app.js -> app.tsx
- tsconfig -> "target": "es6"
- context and pass funtion to children without context (props)
- react-navigation3
- loading
- gesture multi touch
- mapview with location (not googlemap)