Templates - leotm/react-native-template-new-architecture GitHub Wiki
Facebook (ts)
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 js ENV['USE_FRAMEWORKS']
https://github.com/facebook/flipper/tree/main/react-native/ReactNativeFlipperExample js
Ignite (ts, cli)
https://github.com/infinitered/ignite
Nx (ts, cli)
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
TheCodingMachine (ts)
RN template for building solid apps
https://github.com/thecodingmachine/react-native-boilerplate
Storybook (ts)
https://github.com/storybookjs/react-native/tree/next-6.0/examples/native
JHipster (ejs, cli)
https://github.com/jhipster/generator-jhipster-react-native
Detox
- 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
solito (nextjs)
https://github.com/nandorojo/solito
Examples
- https://github.com/MetaMask/metamask-mobile
- https://github.com/rainbow-me/rainbow
- https://github.com/artsy/eigen
- https://github.com/Expensify/App
- https://github.com/barthap/expo-mega-demo
https://github.com/leotm/react-native-template-new-architecture/wiki/ClojureScript-(cljs)#examples