Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 716 Bytes

This project based on ejected Create React Native App.

There is a TypeScript, storybook support.

###Development

  • Run yarn or npm i to install dependencies.
  • Run npm run lint:watch to start TSLinter in watch mode.
  • Run npm run tsc to start TypeScript in watch mode, which will watch src folder and put compilation result into compiled folder.
  • Run npm run storybook or npm run packager to start RN packager with or without storybook support.
  • Run npm run ios or npm run android to run the app on device/emulator.

###Storybook

Run adb reverse tcp:7007 tcp:7007 command so that emulator could connect to the storybook server.