Basically, I want an initiative project with an initiative to respond to reaction @ 15.6.0 and react-native @ 0.45.0, because there are problems with dependency. However, the response-native command allows me to specify the version of native-native:
react-native init sample --version react-native@0.45.0
This command does not work:
react-native init diskful --version react-native@0.45.0 --version react@15.6.0
It is too:
react-native init diskful --version react-native@0.45.0 react@15.6.0
And this too:
react-native init diskful --version react@15.6.0 react-native@0.45.0
Install globally response@15.6.0 or response-native@0.45.0 not affected. Please help me!
source share