react-native-clinpm or yarn
- Install dependencies:
yarnornpm install - Start simulator:
react-native run-ios
Scenes: Orchestrate separateScreensScreens: Orchestrate severalComponentsand provide them withpropsComponents: Dump components which shouldn't have any state
// Run all tests
yarn test
// or
npm test// Update snapshots
yarn test -- --u
// or
npm test -- --u