This project based on ejected Create React Native App.
There is a TypeScript, storybook support.
###Development
- Run
yarnornpm ito install dependencies. - Run
npm run lint:watchto start TSLinter in watch mode. - Run
npm run tscto start TypeScript in watch mode, which will watchsrcfolder and put compilation result intocompiledfolder. - Run
npm run storybookornpm run packagerto start RN packager with or without storybook support. - Run
npm run iosornpm run androidto run the app on device/emulator.
###Storybook
Run adb reverse tcp:7007 tcp:7007 command so that emulator could connect to the storybook server.