Exploratory react-native project using de-facto libraries and tooling.
- install Node.js, e.g.
brew install node
- install dependencies with
npm install
Install the following VSCode extensions
- "Flow Language Support"
- "Prettier - Code formtter"
Workspace settings are used from .vscode/settings.json
Prettier, ESLint and Flow provide automated file formatting, static code analysis and type checking within the IDE when a file is saved.
Prettier is not setup to run from the command-line
Run lint with npm run lint
Run flow with npm run flow-status
Start the packenger with npm start
then npm run ios
to run on iOS