Open
Description
When you have a patch, the patch is only applied on root node_modules
it should be applied to all node_modules, this is need when using nohoist
options
check this example https://github.com/entria/entria-fullstack
Usually we use nohoist
to work some issues on react-native projects
the structure is like this
- node_modules
- packages
--- app\node_modules
--- server\node_modules