Commit 8b1b6726 authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #191 from Benjamin-Dobell/rn-0.47

Handle Android RN 0.47 breaking change
parents 12c93cbe 1dd6234d
......@@ -23,7 +23,7 @@ public class RNDeviceInfo implements ReactPackage {
return modules;
}
@Override
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment