You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Is it possible to determine current modal height? I have modal on top of react-native-maps and on the map itself there are few buttons on the bottom (like geolocation etc). I would like to make them (buttons) jump up along with modal top edge based on the modal current position. Unfortunately I can't find any way to determine its current position.
Describe the solution you'd like
Some callback which gives current height/position of the modal.
Describe alternatives you've considered
Buttons inside the modal but absolutely positioned on top of the modal. But in my case when the modal is closed I would need to render them separately on the map as they need to be visible always.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Is it possible to determine current modal height? I have modal on top of react-native-maps and on the map itself there are few buttons on the bottom (like geolocation etc). I would like to make them (buttons) jump up along with modal top edge based on the modal current position. Unfortunately I can't find any way to determine its current position.
Describe the solution you'd like
Some callback which gives current height/position of the modal.
Describe alternatives you've considered
Buttons inside the modal but absolutely positioned on top of the modal. But in my case when the modal is closed I would need to render them separately on the map as they need to be visible always.
The text was updated successfully, but these errors were encountered: