mirror of
https://github.com/status-im/react-native-linear-gradient.git
synced 2025-02-09 06:14:54 +00:00
Merge pull request #193 from Benjamin-Dobell/master
Handle Android RN 0.47 breaking change
This commit is contained in:
commit
9c53971893
@ -17,7 +17,7 @@ public class LinearGradientPackage implements ReactPackage {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
@Override
|
||||
// Deprecated RN 0.47
|
||||
public List<Class<? extends JavaScriptModule>> createJSModules() {
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user