-
-
Notifications
You must be signed in to change notification settings - Fork 29
Templates
https://github.com/facebook/react-native/tree/main/template previously js
https://github.com/react-native-community/react-native-template-typescript
https://github.com/facebook/react-native/tree/main/packages/rn-tester ENV['USE_FRAMEWORKS']
https://github.com/facebook/flipper/tree/main/react-native/ReactNativeFlipperExample
RN template for building solid apps
https://github.com/thecodingmachine/react-native-boilerplate
https://github.com/artsy/react-native-starter
https://github.com/infinitered/ignite/tree/master/boilerplate
Structure
- app
- components
- config
- i18n
- models?
- navs
- screens
- services
- api
- reactotron
- theme
- index
- fonts
- colours
- palette
- spacing
- timing?
- typography
- utils
- storage
- assets
- fonts
- images
- bin
- postInstall
- setup
- e2e
- storybook
- views
- test
https://github.com/storybookjs/react-native/tree/next-6.0/examples/native
https://github.com/jhipster/generator-jhipster-react-native
- https://github.com/wix/Detox/tree/master/examples/demo-react-native
- https://github.com/wix/Detox/tree/master/examples/demo-react-native-jest
- https://github.com/wix/Detox/tree/master/examples/demo-react-native-detox-instruments
https://github.com/nrwl/nx/tree/master/packages/react-native
https://github.com/nrwl/nx-react-native
- Super verbose structure (each module own package.json/tsconfig/etc)
- Typical simplified proj/repo
- @rn-app-1
- @rn-app-2
- @rn-shared-ui