Commit 1dd6234d authored by Benjamin Dobell's avatar Benjamin Dobell

Handle Android RN 0.47 breaking change

parent 12c93cbe
......@@ -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