Releases: peacechen/react-native-modal-selector
Releases · peacechen/react-native-modal-selector
v2.1.2
- Add
onEndReached
prop for FlatList (#180, #182)
v2.1.1
- improved TypeScript types: added typings for method
close()
(issue #176 / commit 7d113b5)
v2.0.9
Enhancements of TypeScript types:
- export of prop types: #173
- add missing props #161 (also upgrades SampleApp and converts it to TypeScript)
- fix for
renderItem
bug (required prop by FlatList): 539673a
2.0.8
- TS: Add option param to onModalClose type (#166, #140)
2.0.7
- Use keyExtractor in onChange() (#140)
2.0.6
- Fix corner case onChange when key is 0
2.0.5
- onChange should fire only for valid option with key (#140)
2.0.4
- Fix prop types for web view in react native (#158) (#162)
- Fix renderFlatlistOption() bug (should return renderOption result)
- Readme: add listType prop
- Add listType prop to support FlatList or ScrollView (#157)
- Add eslint dev dependencies
v2.0.3
- Add ability to pass extra props to Cancel button text in modal (#149)
- Add prop
optionsTestIDPrefix
for test automation. Support testID
key in data options (#148)