react-native-mobx
react-native-mobx copied to clipboard
Doesn't have react-native-router-flux in package.json
Causes an issue when trying to run with just react-native-mobx
and not react-native-router-flux
in package.json
. This package depends on RNRF, so it should probably have it as a dependency.
Thanks, will add it.
Wouldn't it be better to have them as peerDependency
to let the user handle their own versions?