Skip to content

Commit 9f99d4c

Browse files
committed
upgraded to rn 0.57.7 and removed @babel/runtime
1 parent 612fc27 commit 9f99d4c

File tree

3 files changed

+206
-434
lines changed

3 files changed

+206
-434
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### React Native Config
66

7-
- react = 16.5.0
8-
- react-native = 0.57.0
7+
- react = 16.6.1
8+
- react-native = 0.57.7
99
- react-native-background-timer = 2.1.1
1010

1111
### Android config

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"react": "16.5.0",
11-
"react-native": "0.57.0",
10+
"react": "16.6.1",
11+
"react-native": "0.57.7",
1212
"react-native-background-timer": "2.1.1"
1313
},
1414
"devDependencies": {
15-
"@babel/runtime": "7.2.0",
1615
"babel-jest": "23.6.0",
1716
"jest": "23.6.0",
1817
"metro-react-native-babel-preset": "0.50.0",

0 commit comments

Comments
 (0)