Update dependencies and setup project with node 16 / npm 7 (#5474)

This commit is contained in:
Elias Nahum
2021-06-21 18:36:38 -04:00
committed by GitHub
parent 683c6f5df7
commit f4f8379796
40 changed files with 65792 additions and 10821 deletions

View File

@@ -40,7 +40,6 @@ import com.facebook.react.modules.core.DeviceEventManagerModule;
import com.facebook.soloader.SoLoader;
import com.facebook.react.bridge.JSIModulePackage;
import com.swmansion.reanimated.ReanimatedJSIModulePackage;
public class MainApplication extends NavigationApplication implements INotificationsApplication, INotificationsDrawerApplication {
@@ -118,7 +117,7 @@ private final ReactNativeHost mReactNativeHost =
@Override
protected JSIModulePackage getJSIModulePackage() {
return new ReanimatedJSIModulePackage();
return new CustomMMKVJSIModulePackage();
}
};