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
What I am trying to achieve is a gallery ( photos in a grid with opening transition similar to that of apple photos or Google photos app ). GridScreen and Screen for the specific image are both in one Navigator.
The problem is that when I exchange the Stack navigator 3 from react navigation for stack navigator from react-navigation-shared-elements and press on the photo, the app freezes with no error messages nowhere to be seen.
I presume react-navigation-shared-elements only works with more basic structure? Does anyone know or is this a bug?
I am experiencing this as well. I have a tab navigator, each that renders their own stack navigator. Not sure what the error is, as the app just freezes as posted above. Did you ever figure anything out with this @marekStef?
I do have more advanced app with the following structure:
In Stack Navigator 3 I do have multiple screens.
What I am trying to achieve is a gallery ( photos in a grid with opening transition similar to that of apple photos or Google photos app ). GridScreen and Screen for the specific image are both in one Navigator.
The problem is that when I exchange the Stack navigator 3 from react navigation for stack navigator from react-navigation-shared-elements and press on the photo, the app freezes with no error messages nowhere to be seen.
I presume react-navigation-shared-elements only works with more basic structure? Does anyone know or is this a bug?
The text was updated successfully, but these errors were encountered: