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

https://github.com/mateoguzmana/react-native-next-monorepo

Monorepo for React Native and Next.js
https://github.com/mateoguzmana/react-native-next-monorepo

monorepo nextjs quickstart react react-native react-native-web yarn-workspaces

Last synced: 3 months ago
JSON representation

Monorepo for React Native and Next.js

Awesome Lists containing this project

README

          

React Native + Next.js Monorepo






![Repository Banner](https://i.imgur.com/wPdflX8.png[/img])

This is a basic monorepo for React Native and Next.js using React Native Web to share components across the packages.

Note that this project doesn't use Expo, if you are looking for that there are other alternatives out there.

## Getting Started

Fork or clone this repo and then install the dependencies:

```bash
yarn
cd packages/mobile && npx pod-install
```

## Building the project

```bash
yarn all
```

To run the app in iOS, Android & web.

Or

```bash
yarn ios
yarn android
yarn web
```

To run the project in a specific platform.

## Contributing

I intend to keep this repository as simple as possible. If you want to add libraries or add features, please do fork the repo. I will be only accepting fixes and improvements for the core/basic functionalities.