prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
633 stars 48 forks source link

apply titleTextColor before adding it to builder #66

Closed Dragollla closed 2 years ago

Dragollla commented 2 years ago

Inside bottom sheet builder titleTextColor is applied only in addTitleItem() so we need to call setTitleTextColor() before that.

prscX commented 2 years ago

@Dragollla: Thanks for adding Effort and sharing the PR.

I have merged the same. Post a quick validate I will push the release.

Thanks, </ Pranav >