Skip to content

Commit 35890ec

Browse files
committed
version
1 parent 4d7bf5d commit 35890ec

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Changelog
3-
## 0.6.2 - 2018-11-27
3+
## 0.6.3 - 2018-11-27
44
### Added
55
- Add `modalWithTouchable` prop. Set to true to wrap the backdrop in a `TouchableWithoutFeedback`, which will close the selector (also fires `onToggleSelector(false)`) #76
66

exampleapp/package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exampleapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.0.0",
1111
"react-native": "0.50.3",
12-
"react-native-sectioned-multi-select": "git://github.com/renrizzolo/react-native-sectioned-multi-select.git#master",
12+
"react-native-sectioned-multi-select": "^0.6.3",
1313
"react-native-vector-icons": "^4.4.2"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)