create-react-workspace
create-react-workspace copied to clipboard
Develop and share code between React web apps, React Native apps, and standalone libraries/components.
added a react-native-cli as a pre-requirements
here's the error. ``` npm run create-native-app native > @ create-native-app /Users/necmettinkarakaya/Projects/workspace > react-workspace-scripts create-native-app "native" Creating native app Native at ./native Installing dependencies, this may take a minute. events.js:160...
Existing projects with disparate implementations of web and native would benefit by being added to a workspace. Let's document how to do this.
This could be a killer use case if possible. Maybe start with a functional component?
If you add a library, you're likely to want to add this to your existing and new workspace projects. Either add a prompt to do this, or scan package.jsons at...