react-native-web-workspace icon indicating copy to clipboard operation
react-native-web-workspace copied to clipboard

run it with react native packager

Open agrcrobles opened this issue 8 years ago • 0 comments

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 manually as a workaround.

Following issue in: https://github.com/facebook/watchman/issues/105

https://github.com/facebook/metro-bundler/issues/1

agrcrobles avatar Jul 25 '17 09:07 agrcrobles