Releases: peacechen/react-native-modal-selector
Releases · peacechen/react-native-modal-selector
v2.0.2
- Add prop
scrollViewPassThruProps
(#146).
- Fix accessibility label default props (#128).
- Update SampleApp to support cross-platform copy.
v2.0.1
- Fix importantForAccessibility props for RN062 (#141)
v2.0.0
- Call
onChange
unconditionally to fix callback for iOS (#97)
This may have a side effect of firing onChange twice on iOS.
- Bump major version as a precaution for onChange changes for iOS (#139)
v1.1.5
Add props to support long press (#136)
Convert SampleApp to CRNA for better iOS & Android support.
v1.1.4
Update selected state when data is dirty (#132)
v1.1.3
- TypeScript types: Fix
selectTextStyle
should have correct TextStyle type (#131)
- iOS bugfix:
onModalClose
returns selected item (#107)
v1.1.2
Typescript support (#123)
v1.1.0
- add
initValueTextStyle
prop (#106)
v1.0.3
Add selectedKey prop (#102)
v1.0.2
- Update Modal propTypes due to deprecation in RN 0.58+ (#99)