React native – Is it possible to install different versions according to dev production in package.json
We have a public react-native package with some native components inside a sub directory in the same repo /lib, these native components are also being published. We need to do some refactoring (internal reasons) and I wonder if it's possible…