An open API service indexing awesome lists of open source software.

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

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)