-
Interested in how I would go about implementing mobile client behavior such as an Action Sheet in Hyperview? e.g., https://ionicframework.com/docs/api/action-sheet |
Beta Was this translation helpful? Give feedback.
Answered by
adamstep
Aug 15, 2023
Replies: 1 comment 1 reply
-
Hi, would the existing alert action work for your needs? https://hyperview.org/docs/reference_behavior_alert If not, you could create an equivalent behavior leveraging the library https://github.com/expo/react-native-action-sheet to use in your app. If you want to explore this, I can give some more pointers. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boozedog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, would the existing alert action work for your needs? https://hyperview.org/docs/reference_behavior_alert
If not, you could create an equivalent behavior leveraging the library https://github.com/expo/react-native-action-sheet to use in your app. If you want to explore this, I can give some more pointers.