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

Position Tracking via useSheetRef in ActionSheet

Open Kreshnik opened this issue 1 year ago • 0 comments

I'm currently working with an ActionSheet in my application and exploring the functionalities offered by useSheetRef. My goal is to implement external position tracking, where I can monitor the ActionSheet's position (e.g., its current height or Y-offset) from outside the component itself. This feature is crucial for my application's UX, as I need to adjust other components based on the ActionSheet's position.

Question:

  • Is there a way to achieve external position tracking of the ActionSheet using useSheetRef or any other method within the library?

Kreshnik avatar Apr 01 '24 17:04 Kreshnik