Skip to content

Releases: wneel/react-native-native-select

v1.1.1

29 Mar 11:38

Choose a tag to compare

Hello and welcome to the release of the v1.1.0 of react-native-native-select !

Full Changelog: v1.1.0...v1.1.1

Bugs fixed

  • android: Added the new setTextColor method in android to resolve build crash

Breaking changes:

  • no

Current library support:

Support
react-native version >=0.68
Android
iOS
New Architecture
Old Architecture

Total package size:

  • 8.1 kB Brotli (+1.25%)
  • 9.8 kB Gzip (+1.03%)
  • 25.2 kB unpacked (+1.20%)

v1.1.0

29 Mar 10:17

Choose a tag to compare

Hello and welcome to the release of the v1.1.0 of react-native-native-select !

Full Changelog: v1.0.2...v1.1.0

Features

  • ios: Added a textColor prop to the Select component. You can now explicitly define the text color of the picker (in both dialog and dropdown modes), preventing readability issues caused by the device's default light or dark mode system preferences. (#1)

Breaking changes:

  • no

Current library support:

Support
react-native version >=0.68
Android
iOS
New Architecture
Old Architecture

Total package size:

  • 8.0 kB Brotli
  • 9.7 kB Gzip
  • 24.9 kB unpacked

v1.0.0

22 Nov 20:24
d4224e5

Choose a tag to compare

First version :

<Select /> component on iOS and Android
"dropdown" mode on iOS