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
Similar but slightly different to #71
Currently using react native firebase realtime listener for database changes. The parent gets the data and passes it on to the modal which displays more information. The problem is that the data passed to the modal doesn't update with new data.
Id like to avoid dismissing the modal then making is appear again to show the updated state. Am I missing something or is there a workaround for something like this?
Works fine when using <BottomSheet/> and not a modal
Thanks!
Environment info
Library
Version
@gorhom/bottom-sheet
1.4.1
react-native
0.63.3
react-native-reanimated
1.13.2
react-native-gesture-handler
1.9.0
Steps To Reproduce
simulate a listener changing state ( see sample code )
Bug
May be a feature request.
Similar but slightly different to #71
Currently using react native firebase realtime listener for database changes. The parent gets the data and passes it on to the modal which displays more information. The problem is that the data passed to the modal doesn't update with new data.
Id like to avoid dismissing the modal then making is appear again to show the updated state. Am I missing something or is there a workaround for something like this?
Works fine when using
<BottomSheet/>
and not a modalThanks!
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code
The text was updated successfully, but these errors were encountered: