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
- Host: GitHub
- URL: https://github.com/mateoguzmana/react-native-next-monorepo
- Owner: mateoguzmana
- License: mit
- Created: 2022-08-01T13:58:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T09:58:32.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T23:16:22.936Z (over 1 year ago)
- Topics: monorepo, nextjs, quickstart, react, react-native, react-native-web, yarn-workspaces
- Language: Java
- Homepage:
- Size: 475 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
React Native + Next.js Monorepo

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.