BradByte

Results 37 comments of BradByte

@david50407 So are you saying that in production the ActionSheet uses the correct style, but only when developing locally it has the issue? It could be an issue with caching......

I did some digging and found this works as expected when your view is wrapped in a Modal. I remember something like this effecting other native pickers... where the expo...

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....

Sorry for the delay. iOS and Android seem to support this, so I could see this being added to web too.

I haven't tested this, but we probably need to tap into the imperative ref hook that would expose those internal methods to a parent.

@raldred Thanks Ron, can you confirm the behavior on iOS? Does it also close the input?

Can anyone else who wants this +1 the issue? Just trying to gauge interest. Thanks!

I have a release candidate for this feature at https://github.com/expo/react-native-action-sheet/pull/281. Give it an install and let me know if you encounter any issues!

@youngrichard what is the use case? It could be helpful when thinking of possible implementation. Thanks.