Skip to content

Commit b1776a7

Browse files
authored
Merge pull request #46 from thecodingmachine/upgrade/react-native-0598
Upgrade to RN 0.59.8
2 parents 43aef9c + c6ca943 commit b1776a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The driving goal of the architecture of the boilerplate is separation of concern
3737

3838
The boilerplate contains:
3939

40-
- a [React Native](https://facebook.github.io/react-native/) (v0.59.4) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
40+
- a [React Native](https://facebook.github.io/react-native/) (v0.59.8) application (in "[ejected](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md)" mode to allow using dependencies that rely on native code)
4141
- a [clear directory layout](#directory-layout) to provide a base architecture for your application
4242
- [Redux](https://redux.js.org/) (v4.0.1) to help manage state
4343
- [Redux Persist](https://github.com/rt2zz/redux-persist) (v5.10.0) to persist the Redux state

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"apisauce": "^1.0.2",
1616
"prop-types": "^15.7.2",
1717
"react": "16.8.3",
18-
"react-native": "0.59.4",
18+
"react-native": "0.59.8",
1919
"react-native-gesture-handler": "^1.1.0",
2020
"react-navigation": "^3.6.0",
2121
"react-redux": "^6.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5755,10 +5755,10 @@ react-native-tab-view@^1.0.0, react-native-tab-view@^1.2.0:
57555755
dependencies:
57565756
prop-types "^15.6.1"
57575757

5758-
5759-
version "0.59.4"
5760-
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.4.tgz#c0725e2e8efdea135533794ce95fea2289fe619a"
5761-
integrity sha512-etnXQp9IZgC8Vj5gsxZEDP4xRjJVNIj5/BSE1WcNAONG6tu6+mDBntx1jxHInwh61WYNgoQJuQGsbN5Na59ZDw==
5758+
5759+
version "0.59.8"
5760+
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.59.8.tgz#ade4141c777c60f5ec4889d9811d0f80a9d56547"
5761+
integrity sha512-x1T+/pEXrjgdH9uDzd5doJy5aFlBqW04j7ljDKIGALchhnvdFbtXXrUZ/1PfWHMrIdZxtaDt4tkSttp662GSQA==
57625762
dependencies:
57635763
"@babel/runtime" "^7.0.0"
57645764
"@react-native-community/cli" "^1.2.1"

0 commit comments

Comments
 (0)