Skip to content

Commit

Permalink
android: remove obsolete REA configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 4, 2022
1 parent 45fe329 commit 05f07b5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
import java.util.List;
import com.facebook.react.modules.i18nmanager.I18nUtil;

import com.facebook.react.bridge.JSIModulePackage;
import com.swmansion.reanimated.ReanimatedJSIModulePackage;

public class MainApplication extends MultiDexApplication implements ReactApplication {

private final ReactNativeHost mReactNativeHost =
Expand All @@ -49,11 +46,6 @@ protected List<ReactPackage> getPackages() {
protected String getJSMainModuleName() {
return "index";
}

@Override
protected JSIModulePackage getJSIModulePackage() {
return new ReanimatedJSIModulePackage();
}
};

// TODO: Use this to enable new architecture.
Expand Down

0 comments on commit 05f07b5

Please sign in to comment.