surajitsarkar19 / react-native-radial-gradient

Radial gradient library for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

11AA8R4 opened this issue · 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

commented

Can confirm that docs are out of date.

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