desymlink-node-modules
v0.2.6
Published
`desymlink-node-modules` ========================
Readme
desymlink-node-modules
Installation
yarn add desymlink-node-modulesUse
# 1. update modules
yarn
# 2. turn symlinked modules into normal files and folders
./node_modules/.bin/desymlink-node-modulesWhy?
React Native's Metro bundler cannot follow symlinks.
This means that without some kind of workaround, you can't use yarn workspaces with React Native.
