https://github.com/flexbox/react-native-nx-monorepo
Exploring react-native with nextjs / iOS / Android / redux / native-base
https://github.com/flexbox/react-native-nx-monorepo
monorepo native-base react-native
Last synced: 9 months ago
JSON representation
Exploring react-native with nextjs / iOS / Android / redux / native-base
- Host: GitHub
- URL: https://github.com/flexbox/react-native-nx-monorepo
- Owner: flexbox
- Created: 2022-05-20T14:15:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T13:50:21.000Z (over 3 years ago)
- Last Synced: 2024-10-12T10:44:51.050Z (about 1 year ago)
- Topics: monorepo, native-base, react-native
- Language: Java
- Homepage:
- Size: 2.29 MB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `react-native-nx-monorepo`
- [Getting started with Nx](./docs/nx.md)
- [Design](./docs/design.md)
- [FAQ](./docs/faq.md)
## Tooling
- Monorepo generated using [Nx](https://nx.dev/getting-started/intro)
- UI design with [NativeBase](https://docs.nativebase.io/)
- Design system with [Storybook](https://nx.dev/storybook/overview-react#storybook)
## Getting Started
```console
yarn
yarn ios:start
yarn android:start
yarn web:start
```
```console
yarn mobile:storybook
yarn web:storybook
```
## Apps
- [`/mobile`](./apps/mobile) with [https://nx.dev/packages/react-native](https://nx.dev/packages/react-native)
- [`/web`](./apps/web/) with [https://nx.dev/packages/react](https://nx.dev/packages/react)
## Libs
- [`@react-native-nx-monorepo/shared-ui`](./libs/shared-ui)