Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan Pham authored and Quan Pham committed Jul 14, 2017
1 parent 2a6875a commit 1af0df2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ react-native link react-native-bottomsheet

### Import the package
```
import BottomSheet from 'react-native-bottom-sheet';
import BottomSheet from 'react-native-bottomsheet';
```

### Use it like how you do with ActionSheet.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bottomsheet",
"version": "1.1.0",
"version": "1.5.0",
"description": "True Cross-platform ActionSheet for Android and iOS",
"main": "index.js",
"scripts": {
Expand All @@ -20,14 +20,14 @@
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"eslint": "^3.18.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"peerDependencies": {
"react": ">=14.5.0",
"react-native": ">=0.29.0"
"react": "*",
"react-native": "*"
}
}

0 comments on commit 1af0df2

Please sign in to comment.