Skip to content

Commit 6382521

Browse files
authored
Merge pull request #9 from mCodex/RN55
updated RN to 0.55.4 🎉
2 parents f62fcdc + a7af6d0 commit 6382521

File tree

4 files changed

+521
-308
lines changed

4 files changed

+521
-308
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
5151
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
5252

5353
[version]
54-
^0.65.0
54+
^0.67.0

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# React-Native Redux Boilerplate
22

33
[![Greenkeeper badge](https://badges.greenkeeper.io/mCodex/react-native-redux-boilerplate.svg)](https://greenkeeper.io/)
4+
[![GitHub contributors](https://img.shields.io/github/contributors/Naereen/StrapDown.js.svg)](https://github.com/mCodex/react-native-redux-boilerplate/graphs/contributors/)
5+
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/mCodex/react-native-redux-boilerplate/blob/master/LICENSE)
6+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/mCodex/react-native-redux-boilerplate)
47

58
This is a simple `react-native init` project with some libraries that I just installed myself and I use it on many projects as my "RN starter kit". This project includes out of the box:
69

@@ -12,7 +15,6 @@ This is a simple `react-native init` project with some libraries that I just ins
1215
* ESlint
1316
* Airbnb's ESlint rules
1417

15-
1618
## Installation
1719

1820
Clone repo and run:
@@ -25,4 +27,4 @@ cd .. && yarn start
2527

2628
## Description
2729

28-
Starting a new project can be take some time to configure project structure, libraries and so on... So, I decided to make this starter kit open-source for anyone who needs a little help.
30+
Starting a new project can be take some time to configure project structure, libraries and so on... So, I decided to make this starter kit open source for anyone who needs a little help.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@redux-offline/redux-offline": "^2.3.2",
11-
"react": "^16.3.1",
12-
"react-native": "^0.54.4",
13-
"react-native-navigation": "^1.1.434",
10+
"@redux-offline/redux-offline": "^2.3.3",
11+
"react": "^16.4.1",
12+
"react-native": "^0.55.4",
13+
"react-native-navigation": "^1.1.471",
1414
"react-redux": "^5.0.7",
15-
"redux": "^3.7.2",
15+
"redux": "^4.0.0",
1616
"redux-saga": "^0.16.0"
1717
},
1818
"devDependencies": {
19-
"babel-eslint": "^8.1.2",
19+
"babel-eslint": "^8.2.3",
2020
"babel-jest": "^23.0.1",
2121
"babel-preset-react-native": "^4.0.0",
22-
"eslint": "^4.9.0",
22+
"eslint": "^4.19.1",
2323
"eslint-config-airbnb": "^16.1.0",
24-
"eslint-plugin-import": "^2.6.0",
25-
"eslint-plugin-jest": "^21.4.2",
26-
"eslint-plugin-jsx-a11y": "^6.0.2",
27-
"eslint-plugin-react": "^7.5.1",
28-
"jest": "^22.4.3",
29-
"react-test-renderer": "^16.3.1",
24+
"eslint-plugin-import": "^2.12.0",
25+
"eslint-plugin-jest": "^21.17.0",
26+
"eslint-plugin-jsx-a11y": "^6.0.3",
27+
"eslint-plugin-react": "^7.9.1",
28+
"jest": "^23.1.0",
29+
"react-test-renderer": "^16.4.1",
3030
"redux-logger": "^3.0.6"
3131
},
3232
"jest": {

0 commit comments

Comments
 (0)