Skip to content

Commit 7f2a50c

Browse files
committed
Update React Native to version 0.58.6
1 parent f9cdd99 commit 7f2a50c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.cssmodulesexample">
2+
package="com.cssmodulesexample">
33

44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-art": "^16.6.3",
1818
"react-dom": "^16.6.3",
1919
"react-fontawesome": "^1.6.1",
20-
"react-native": "0.58.4",
20+
"react-native": "0.58.6",
2121
"react-native-fontawesome": "5.7.0",
2222
"react-native-web": "^0.10.0",
2323
"tslib": "^1.9.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7859,10 +7859,10 @@ react-native-web@^0.10.0:
78597859
prop-types "^15.6.0"
78607860
react-timer-mixin "^0.13.4"
78617861

7862-
react-native@0.58.4:
7863-
version "0.58.4"
7864-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.58.4.tgz#bb1392727712787ba84983104c4920c0f4082677"
7865-
integrity sha512-vJlku+vRgiip9i2/NvYHYvMnHPZftROOnHdbeFCkxNpb90oot+VrocbkXe7qhVKCBKZTQrRNb5P+m0Gtv59Zcg==
7862+
react-native@0.58.6:
7863+
version "0.58.6"
7864+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.58.6.tgz#a6d273cd2f51b0e3b141dad5f19622e0000497b3"
7865+
integrity sha512-m/7L0gYXS4yHjs+PKmyurh1LLr7/tpobAX8Iv7Dwu4XT1ZcZFeCATn420E9U3nC2XsT54AmRR2Fv7VGgf+M2vQ==
78667866
dependencies:
78677867
"@babel/runtime" "^7.0.0"
78687868
absolute-path "^0.0.0"

0 commit comments

Comments
 (0)