1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 package host.exp.exponent.experience;
4 
5 // Empty stub in `unversioned` flavor. See src/versioned/... for versioned variant
6 // or change android flavor to `versioned`.
7 public class MultipleVersionReactNativeActivity extends ReactNativeActivity implements
8     // The 4-space indentation is used by android-build-aar.sh.
9     com.facebook.react.modules.core.DefaultHardwareBackBtnHandler {
10 
11 }
12