- Notifications
You must be signed in to change notification settings - Fork172
Code sharing between iOS, Android & Web using monorepo
NotificationsYou must be signed in to change notification settings
brunolemos/react-native-web-monorepo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the source code fromthis tutorial.
Tech Stack: TypeScript v4, React Native v0.63, Next.js v10 & Create React App v4.Prettier and ESLint are also configured as pre-commit hooks.
$ git clone git@github.com:brunolemos/react-native-web-monorepo.git$ cd react-native-web-monorepo$ yarn- Web
- [CRA]
$ yarn workspace web-cra start - [Next.js]
$ yarn workspace web-nextjs dev
- [CRA]
- Mobile
- [iOS]
$ cd packages/mobile/ios && pod update && pod install && cd -- [CLI]
$ yarn ios
- [Xcode]
$ yarn workspace mobile startyarn xcode- Press the Run button
- [Android]
- [CLI]
$ yarn android
- [Android Studio]
$ yarn workspace mobile startyarn studio- Press the Run button
- [CLI]
- [iOS]
Check outDevHub, which is the project that inspired this repository.
Follow me on Twitter:@brunolemos
About
Code sharing between iOS, Android & Web using monorepo
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.

