- Use React following the React Guide
- Use TypeScript
- Prefer using core components and apis over writing bespoke components.
- Prefer using StyleSheets
- Prefer organized and composable styles
- Avoid designing for only one platform.
- Avoid designing for only one screen size.
- Prefer common mobile patterns and avoid non-standard patterns.
- Prefer testing on physical devices.
- Use detox for integration tests.