File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 buildToolsVersion = " 28.0.3"
6- minSdkVersion = 16
6+ minSdkVersion = 21
77 compileSdkVersion = 28
88 targetSdkVersion = 28
99 }
Original file line number Diff line number Diff line change 1010 "lint" : " eslint ."
1111 },
1212 "dependencies" : {
13- "@react-native-community/masked-view" : " ^0.1.10 " ,
14- "@react-navigation/native" : " ^5.5.0 " ,
15- "@react-navigation/stack" : " ^5.4.1 " ,
16- "axios" : " ^0.19.2 " ,
13+ "@react-native-community/masked-view" : " ^0.1.11 " ,
14+ "@react-navigation/native" : " ^5.9.4 " ,
15+ "@react-navigation/stack" : " ^5.14.5 " ,
16+ "axios" : " ^0.21.1 " ,
1717 "react" : " 17.0.1" ,
1818 "react-native" : " 0.64.2" ,
19- "react-native-gesture-handler" : " ^1.6.1" ,
20- "react-native-reanimated" : " ^1.9.0" ,
21- "react-native-router-flux" : " ^4.2.0" ,
22- "react-native-safe-area-context" : " ^3.0.2" ,
23- "react-native-screens" : " ^2.8.0"
19+ "react-native-gesture-handler" : " ^1.10.3" ,
20+ "react-native-reanimated" : " ^2.2.0" ,
21+ "react-native-safe-area-context" : " ^3.2.0" ,
22+ "react-native-screens" : " ^3.3.0"
2423 },
2524 "devDependencies" : {
2625 "@babel/core" : " ^7.12.9" ,
You can’t perform that action at this time.
0 commit comments