Commit 50dc1aa5 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau Committed by GitHub

Merge pull request #163 from mephisto83/patch-1

react-native no longer has a createJSModules
parents 6f2b4086 fd5973c8
......@@ -19,8 +19,7 @@ public class RNGLPackage implements ReactPackage {
modules.add(new RNGLContext(reactApplicationContext));
return modules;
}
@Override
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