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
I am rendering an independent React Navigation inside the children of a BottomSheetModal, and the initial screen of the React Navigation is rendering another BottomSheetModal. The structure is as follows:
When rendering the children of a BottomSheetModal as a function to receive specific values upon opening, infinite re-rendering occurs. Additionally, rendering all BottomSheetModals as functions within the hierarchy results in infinite re-rendering.
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
I am rendering an independent React Navigation inside the children of a BottomSheetModal, and the initial screen of the React Navigation is rendering another BottomSheetModal. The structure is as follows:
When rendering the children of a BottomSheetModal as a function to receive specific values upon opening, infinite re-rendering occurs. Additionally, rendering all BottomSheetModals as functions within the hierarchy results in infinite re-rendering.
Reproduction steps
Reproduction sample
https://snack.expo.dev/KTSHacRX6Uc8HgIwxcBfa
Relevant log output
No response
The text was updated successfully, but these errors were encountered: