File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed
Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 99 android : allowBackup =" true"
1010 android : icon =" @mipmap/ic_launcher"
1111 android : label =" @string/app_name"
12- android : theme =" @style/AppTheme" >
12+ android : theme =" @style/AppTheme"
13+ android : usesCleartextTraffic =" true" >
1314 <activity
1415 android : name =" .MainActivity"
1516 android : configChanges =" keyboard|keyboardHidden|orientation|screenSize"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 jcenter()
1111 }
1212 dependencies {
13- classpath ' com.android.tools.build:gradle:3. 4.2'
13+ classpath ' com.android.tools.build:gradle:4.2.0 '
1414 classpath ' com.google.gms:google-services:4.3.3'
1515 }
1616}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11module . exports = {
2- presets : [ 'module:metro-react-native-babel-preset' ] ,
3- } ;
2+ presets : [ [ 'module:metro-react-native-babel-preset' , {
3+ unstable_disableES6Transforms : true
4+ } ] ] ,
5+ } ;
Original file line number Diff line number Diff line change 33 "version" : " 0.4.6" ,
44 "private" : true ,
55 "scripts" : {
6- "start" : " node node_modules/react-native/local-cli/cli.js start"
6+ "start" : " node node_modules/react-native/local-cli/cli.js start" ,
7+ "run-ios" : " node node_modules/react-native/local-cli/cli.js run-ios" ,
8+ "run-android" : " node node_modules/react-native/local-cli/cli.js run-android"
79 },
810 "dependencies" : {
911 "react" : " 16.9.0" ,
1820 "babel-jest" : " 24.9.0" ,
1921 "eslint" : " 6.8.0" ,
2022 "jest" : " 24.9.0" ,
21- "metro-react-native-babel-preset" : " 0.56.4 " ,
23+ "metro-react-native-babel-preset" : " 0.59.0 " ,
2224 "react-test-renderer" : " 16.9.0" ,
2325 "mem" : " >=4.0.0"
2426 },
2527 "jest" : {
2628 "preset" : " react-native"
2729 }
28- }
30+ }
You can’t perform that action at this time.
0 commit comments