In this case one React copy from the main app and one from the linked library (through npm-link
) e.g cb-hooks
- Install
npm-link-shared
yarn add -D npm-link-shared
- Add
prestart
script:
{
"scripts": {
"prestart": "npm-link-shared ./node_modules/cb-hooks/node_modules . react"
}
}