File tree 1 file changed +0
-2
lines changed
android/src/main/java/io/fullstack/oauth
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ public OAuthManagerPackage() {
22
22
* @param reactContext react application context that can be used to create modules
23
23
* @return list of native modules to register with the newly created catalyst instance
24
24
*/
25
- @ Override
26
25
public List <NativeModule > createNativeModules (ReactApplicationContext reactContext ) {
27
26
List <NativeModule > modules = new ArrayList <>();
28
27
modules .add (new OAuthManagerModule (reactContext ));
@@ -45,7 +44,6 @@ public List<Class<? extends JavaScriptModule>> createJSModules() {
45
44
* @param reactContext
46
45
* @return a list of view managers that should be registered with {@link UIManagerModule}
47
46
*/
48
- @ Override
49
47
public List <ViewManager > createViewManagers (ReactApplicationContext reactContext ) {
50
48
return Collections .emptyList ();
51
49
}
You can’t perform that action at this time.
0 commit comments