Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 402 Bytes

File metadata and controls

19 lines (16 loc) · 402 Bytes

EXPO Kit

no natives modules full JS

pro:

  • easy to test and deploy
  • hasslefree update modules, no break dependencies

cons:

  • modules are not the latest
  • limited modules

Typescript

yarn add --dev typescript
yarn add --dev react-native-typescript-transformer
yarn tsc --init --pretty --jsx react
touch rn-cli.config.js
yarn add --dev @types/react @types/react-native