Skip to content

Commit

Permalink
Merge pull request #9 from mCodex/RN55
Browse files Browse the repository at this point in the history
updated RN to 0.55.4 🎉
  • Loading branch information
mCodex authored Jun 19, 2018
2 parents f62fcdc + a7af6d0 commit 6382521
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError

[version]
^0.65.0
^0.67.0
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# React-Native Redux Boilerplate

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

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:

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


## Installation

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

## Description

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.
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.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@
"test": "jest"
},
"dependencies": {
"@redux-offline/redux-offline": "^2.3.2",
"react": "^16.3.1",
"react-native": "^0.54.4",
"react-native-navigation": "^1.1.434",
"@redux-offline/redux-offline": "^2.3.3",
"react": "^16.4.1",
"react-native": "^0.55.4",
"react-native-navigation": "^1.1.471",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux": "^4.0.0",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.9.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jest": "^21.4.2",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"jest": "^22.4.3",
"react-test-renderer": "^16.3.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"jest": "^23.1.0",
"react-test-renderer": "^16.4.1",
"redux-logger": "^3.0.6"
},
"jest": {
Expand Down
Loading

0 comments on commit 6382521

Please sign in to comment.