react-native-radial-gradient icon indicating copy to clipboard operation
react-native-radial-gradient copied to clipboard

compile project(':react-native-radial-gradient')

Open 11AA8R4 opened this issue 1 year ago • 1 comments

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

11AA8R4 avatar Apr 04 '23 22:04 11AA8R4

Can confirm that docs are out of date.

implementation project(':react-native-radial-gradient') is the correct command.

pTinosq avatar Sep 05 '23 21:09 pTinosq