File tree 1 file changed +0
-12
lines changed
android/src/main/java/io/fullstack/oauth
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
29
29
return modules ;
30
30
}
31
31
32
- /**
33
- * @return list of JS modules to register with the newly created catalyst instance.
34
- * <p/>
35
- * IMPORTANT: Note that only modules that needs to be accessible from the native code should be
36
- * listed here. Also listing a native module here doesn't imply that the JS implementation of it
37
- * will be automatically included in the JS bundle.
38
- */
39
- @ Override
40
- public List <Class <? extends JavaScriptModule >> createJSModules () {
41
- return Collections .emptyList ();
42
- }
43
-
44
32
/**
45
33
* @param reactContext
46
34
* @return a list of view managers that should be registered with {@link UIManagerModule}
You can’t perform that action at this time.
0 commit comments