react-native-actions-sheet
react-native-actions-sheet copied to clipboard
Position Tracking via useSheetRef in ActionSheet
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?