Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 269 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 269 Bytes

React Native with TypeScript

install

git clone [email protected]:ethanneff/react-native-typescript.git
cd react-native-typescript
yarn install

run

yarn ios
yarn android

lint

yarn lint

test

yarn test