0.2.6 • Published 5 years ago
desymlink-node-modules v0.2.6
desymlink-node-modules
Installation
yarn add desymlink-node-modules
Use
# 1. update modules
yarn
# 2. turn symlinked modules into normal files and folders
./node_modules/.bin/desymlink-node-modules
Why?
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.