Skip to content

Commit

Permalink
Fix for React Native to 0.43.3+ / React 16+
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolemos committed Apr 10, 2017
1 parent 29ea7fb commit 6bd2fa4
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 125 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ npm i --save react-native-slider
| <0.25.0 | <0.7.0 |
| v0.25.x | v0.7.x |
| v0.26.0+ | v0.8.x |
| v0.43.0+ | v0.10.x |

## Usage

Expand Down
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-slider",
"version": "0.9.1",
"version": "0.10.0",
"description": "A pure JavaScript <Slider /> component for react-native",
"main": "lib/Slider.js",
"files": [
Expand All @@ -27,16 +27,15 @@
"url": "[email protected]:jeanregisser/react-native-slider.git"
},
"dependencies": {
"react-addons-shallow-compare": "^15.0.2",
"style-equal": "^1.0.0"
"prop-types": "^15.5.6"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^3.1.15",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"react": "15.2.1",
"react-native": "^0.31.0",
"babel-eslint": "^7.2.1",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"rimraf": "^2.5.2"
}
}
Loading

0 comments on commit 6bd2fa4

Please sign in to comment.