Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
chore(*): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoLeBras committed Apr 27, 2016
1 parent c36fa3c commit 53118fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ A starter boilerplate for a mobile app using React Native and Redux.

## Requirements
- [Node](https://nodejs.org) `4.x` or newer
- [React Native](http://facebook.github.io/react-native/docs/getting-started.html) for development (`react-native-cli`)
- [React Native](http://facebook.github.io/react-native/docs/getting-started.html) for development
- [Xcode](https://developer.apple.com/xcode/) for iOS development
- [Android SDK](https://developer.android.com/sdk/) for Android development
- [Android Lollipop](https://www.android.com/versions/lollipop-5-0/) or better for Android device testing

See [Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) to install requirement tools.

## Stack
- [React Native](https://facebook.github.io/react-native/) `0.24.1` for building native apps using react
- [Redux](http://rackt.github.io/redux/index.html) `4.2.x` a predictable state container for Javascript apps
- [Redux](http://rackt.github.io/redux/index.html) `3.5.x` a predictable state container for Javascript apps
- [Babel](http://babeljs.io/) `6.x.x` for ES6+ support
- [Immutable](https://facebook.github.io/immutable-js/) Immutable persistent data collections for Javascript
- [ExNavigator](https://github.com/exponentjs/ex-navigator) a route-centric navigation built on top of React Native's Navigator
Expand All @@ -26,7 +28,7 @@ $ git clone https://github.com/LeoLeBras/react-native-redux-starter-kit.git myAw
$ cd myAwesomeApp
$ npm i # Install Node.js components listed in ./package.json
```
And see [Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) to install requirement tools.


### How to use ?
```shell
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"npm": ">=2 <4"
},
"dependencies": {
"@exponent/react-native-navigator": "^0.4.1",
"immutable": "^3.7.5",
"@exponent/react-native-navigator": "^0.4.3",
"immutable": "^3.8.1",
"react": "^0.14.7",
"react-native": "^0.24.1",
"react-redux": "^4.4.0",
"redux": "^3.3.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 53118fa

Please sign in to comment.