react-native-radial-gradient
react-native-radial-gradient copied to clipboard
compile project(':react-native-radial-gradient')
compile project(':react-native-radial-gradient')
compile method is no long supported in new gradle versions
If i force change it to implementation
the library seems to work
Can confirm that docs are out of date.
implementation project(':react-native-radial-gradient')
is the correct command.