react-native-datetime icon indicating copy to clipboard operation
react-native-datetime copied to clipboard

The RN version of my project must be 0.26v ?

Open zsg857981535 opened this issue 8 years ago • 2 comments

zsg857981535 avatar Jun 14 '16 03:06 zsg857981535

Could not resolve all dependencies for configuration ':react-native-datetime:_debugCompile'.

Could not find any version that matches com.facebook.react:react-native:0.25.+. Versions that do not match: 0.20.1 0.20.0 0.19.1 0.19.0

zsg857981535 avatar Jun 14 '16 03:06 zsg857981535

you may open: node_modules/react-native-datetime/android/build.gradle change compile 'com.facebook.react:react-native:0.25.+' to compile 'com.facebook.react:react-native:0.20.+' then run again!

thuanmaster avatar Jun 16 '16 14:06 thuanmaster