Skip to content

Commit f312837

Browse files
authored
Merge pull request #33 from devbridge/RN-0.47
Fix to work with RN >= 0.47
2 parents 120d991 + c7aa10c commit f312837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/reactnativecomponent/splashscreen/RCTSplashScreenPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2020
);
2121
}
2222

23-
@Override
2423
public List<Class<? extends JavaScriptModule>> createJSModules() {
2524
return Collections.emptyList();
2625
}

0 commit comments

Comments
 (0)