- Notifications
You must be signed in to change notification settings - Fork7
cross platform app with react in a monorepo
License
agrcrobles/react-native-web-workspace
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An minimum boilerplate that has configured a native app running also on the web in the same monorepo. For a thorough discussion, please read the following blog post about developinga cross platform app with react in a monorepo
This has been done as an experiment and it is in an early stage, comments and feedback welcome!
This boilerplate attempts to make another step in order to have it by using react-native and react-native-web in different package.json files.
git clone --depth 1 https://github.com/agrcrobles/react-native-web-workspace
lerna it is used to hoist dependencies from a project root and speed up the development while splitting the platform from the code
## it cleans node_modulesnpm run clean## it installs dependenciesnpm install## it installs symlinksnpm run bootstrap
- react-native-web-workspace/navigation-playground
- react-native-web-workspace/web
- react-native-web-workspace/mobile
- yarn-workspaces-cra-crna explains how to use yarn workspaces with Create React App and Create React Native App (Expo) to share common code across.
About
cross platform app with react in a monorepo
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.