react-native-web-workspace
react-native-web-workspace copied to clipboard
cross platform app with react in a monorepo
Good morning my friends I'm having trouble using create-react-native-app on lerna using workspaces Below I do the step by step, but we see that this way the node_modules folder in...
Not sure if you've tried this in a while, but I thought I'd flag this issue: https://github.com/facebook/react-native/issues/28903
After running npm start npm start error "missing script: start"
react native packager ( aka metro bundler ) doesn't follow symlinks out of the box because watchman's default behavior. So there is need to configure the `rn-cli.config.js` and add packages...