Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Git related link updated and more devDependencies added
  • Loading branch information
federicoap committed Jul 24, 2018
commit 477eebf0d0b849219d952e6fb2b7aec8c1ee89b9
2 changes: 1 addition & 1 deletion android/segmentedControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SegmentedControl extends Component {
}
}

SegmentedControl.propTypes = {
SegmentedControl.PropTypes = {
values: PropTypes.arrayOf(PropTypes.string).isRequired
, tintColor: PropTypes.string
, enabled: PropTypes.bool
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/natdm/segmentedControl.git"
"url": "git+https://github.com/ClearScholar/segmentedControl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/natdm/segmentedControl/issues"
"url": "https://github.com/ClearScholar/segmentedControl/issues"
},
"homepage": "https://github.com/natdm/segmentedControl#readme",
"homepage": "https://github.com/ClearScholar/segmentedControl#readme",
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.1.1",
"jest-cli": "^11.0.0",
"react": "^0.14.8",
"react-native": "^0.25.1",
"prop-types": "^15.6.2",
},
}