Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upActionSheet doesn't show Cancel button in iOS #3090
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have gone through these following points
Issue Description
https://docs.nativebase.io/Components.html#actionsheet-def-headref
This ActionSheet example doesn't properly function with ios.
With android, it is good.
node, npm, react-native, react and native-base version, expo version if used, xcode version
Expected behaviour
Cancel button is displayed.
Actual behaviour
Cancel button is not displayed.
Steps to reproduce
Is the bug present in both iOS and Android or in any one of them?
iOS only
Any other additional info which would help us debug the issue quicker.
here is the example.
https://snack.expo.io/HyiEJuLr8
thanks!