streem / react-native-select-contact

A cross-platform contact selection library for react-native
MIT License
114 stars 50 forks source link

Remove tintColor config for ActionSheet #43

Closed jarredt closed 3 years ago

jarredt commented 3 years ago

When tintColor: 'blue' and the user is in iOS dark mode, the contrast is very difficult to read. tintColor is optional, so ActionSheetIOS will use good looking system defaults without it.

Before (dark mode)

Screen Shot 2021-06-01 at 2 07 32 PM

After (dark mode)

Screen Shot 2021-06-01 at 2 07 52 PM

After (light mode)

Screen Shot 2021-06-01 at 2 35 02 PM
seanadkinson commented 3 years ago

LGTM, thanks!

seanadkinson commented 3 years ago

Published v1.6.0 with this change, and some transitive dependency updates suggested by Dependabot. Please let me know if you have any issues!