File tree 2 files changed +3
-3
lines changed
ReactAndroid/src/main/java/com/facebook/react
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ rn_android_library(
4
4
name = "react" ,
5
5
srcs = glob (["*.java" ]),
6
6
provided_deps = [
7
+ react_native_dep ("third-party/android/support/v7/appcompat-orig:appcompat" ),
7
8
react_native_dep ("third-party/android/support/v4:lib-support-v4" ),
8
- react_native_dep ("third-party/android/support-annotations:android-support-annotations" ),
9
9
],
10
10
visibility = [
11
11
"PUBLIC" ,
Original file line number Diff line number Diff line change 11
11
12
12
import android .content .Intent ;
13
13
import android .os .Bundle ;
14
- import android .support .v4 .app .FragmentActivity ;
14
+ import android .support .v7 .app .AppCompatActivity ;
15
15
import android .view .KeyEvent ;
16
16
17
17
import com .facebook .react .modules .core .DefaultHardwareBackBtnHandler ;
21
21
/**
22
22
* Base Activity for React Native applications.
23
23
*/
24
- public abstract class ReactActivity extends FragmentActivity
24
+ public abstract class ReactActivity extends AppCompatActivity
25
25
implements DefaultHardwareBackBtnHandler , PermissionAwareActivity {
26
26
27
27
private final ReactActivityDelegate mDelegate ;
You can’t perform that action at this time.
0 commit comments