Skip to content

Commit 341152c

Browse files
authored
Merge pull request #136 from piuholo/rn-047-fix
Remove deprecated createJSModules @OverRide
2 parents 2f8c8d1 + 28d0f21 commit 341152c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
3636
* listed here. Also listing a native module here doesn't imply that the JS implementation of it
3737
* will be automatically included in the JS bundle.
3838
*/
39-
@Override
39+
4040
public List<Class<? extends JavaScriptModule>> createJSModules() {
4141
return Collections.emptyList();
4242
}

0 commit comments

Comments
 (0)