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