I would like to be able to use
@expo/action-sheet
without using
connectActionSheet
HOC, but instead using custom hooks to retrieve
showActionSheetWithOptions
.
There is already a PR for this opened(https://github.com/expo/react-native-action-sheet/pull/119) and it would be great if this can be merged and released. Thanks!