Skip to content

Commit ded441f

Browse files
committed
Remove deprecated createJSModules @OverRide
fullstackreact#136
1 parent 0050b46 commit ded441f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

android/src/main/java/io/fullstack/oauth/OAuthManagerPackage.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2929
return modules;
3030
}
3131

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-
4432
/**
4533
* @param reactContext
4634
* @return a list of view managers that should be registered with {@link UIManagerModule}

0 commit comments

Comments
 (0)