We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d643a58 commit f642c68Copy full SHA for f642c68
android/src/main/java/com/poberwong/launcher/IntentLauncherPackage.java
@@ -19,7 +19,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
19
return Arrays.<NativeModule>asList(new IntentLauncherModule(reactContext)); // 返回一个NativeModule范型的数组就ok
20
}
21
22
- @Override
+ // @Override
23
public List<Class<? extends JavaScriptModule>> createJSModules() {
24
return Collections.emptyList();
25
0 commit comments