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 f09e1c7 commit d0cb024Copy full SHA for d0cb024
android/src/main/java/com/ammarahmed/mmkv/RNMMKVJSIModulePackage.java
@@ -13,7 +13,7 @@
13
public class RNMMKVJSIModulePackage implements JSIModulePackage { // Replace implements JSIModulePackage with extends ReanimatedJSIModulePackage
14
@Override
15
public List<JSIModuleSpec> getJSIModules(ReactApplicationContext reactApplicationContext, JavaScriptContextHolder jsContext) {
16
- super.getJSIModules(reactApplicationContext, jsContext); // <-- ADD THIS
+ //super.getJSIModules(reactApplicationContext, jsContext); // <-- ADD THIS
17
reactApplicationContext.getNativeModule(RNMMKVModule.class).installLib(jsContext, reactApplicationContext.getFilesDir().getAbsolutePath() + "/mmkv");
18
19
return Collections.emptyList();
0 commit comments