// Copyright 2015-present 650 Industries. All rights reserved.

package host.exp.exponent.experience;

// Empty stub in `unversioned` flavor. See src/versioned/... for versioned variant
// or change android flavor to `versioned`.
public class MultipleVersionReactNativeActivity extends ReactNativeActivity implements
    // The 4-space indentation is used by android-build-aar.sh.
    com.facebook.react.modules.core.DefaultHardwareBackBtnHandler {

}
