react-native-action-sheet icon indicating copy to clipboard operation
react-native-action-sheet copied to clipboard

containerStyle and textStyle not working in iOS

Open johnylawrence1987 opened this issue 3 years ago • 1 comments

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

johnylawrence1987 avatar May 23 '22 12:05 johnylawrence1987

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 avatar May 24 '22 12:05 bradbyte

Closing as a duplicate of #212.

bradbyte avatar Oct 12 '22 18:10 bradbyte