expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.37k stars 224 forks source link

containerStyle and textStyle not working in iOS #267

Closed johnylawrence1987 closed 1 year ago

johnylawrence1987 commented 2 years ago

Hello, I am able to customize the action sheet using the following properties: containerStyle and textStyle But this is only applicable on Android, not iOS, any special reason? I would like to use the same style in both platforms

Thanks

bradbyte commented 2 years ago

Hi @johnylawrence1987, when it comes to iOS, this package defers to the main ActionSheetIOS component, so there's no way to customize it outside of any parameters that Apple already allows. There has been a request before to allow for importing the Android version in iOS, which would solve your use case. I'll see how difficult that would be.

bradbyte commented 1 year ago

Closing as a duplicate of #212.