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
Hi, I'm trying to create an instagram story like screen, when you press the story the sharedElement transition is triggered and then in StoryScreen, if you perform the dismiss gesture, the screen will disappear with the sharedElement transition as well.
I'd like to achieve a transparent background, in order to scale the detail screen and see the under screen before releasing the gesture and dismissing it, so the best solution, and the only one that allow transparent background screens, is using showModal with the following options, as show in the library playground folder:
Then if I instead us push, the sharedElement transition works, but I can't achieve the transparent background.
So since this #6647 suggests that the sharedElement is supported by modals too, there's and error in my code.
Thank you really much
The text was updated successfully, but these errors were encountered:
We use the issue tracker exclusively for bug reports and feature requests.
This issue appears to be a general usage or support question.
Instead, please ask a question on Stack Overflow with the wix-react-native-navigation tag or on Discord.
Hi, I'm trying to create an instagram story like screen, when you press the story the sharedElement transition is triggered and then in StoryScreen, if you perform the dismiss gesture, the screen will disappear with the sharedElement transition as well.
I'd like to achieve a transparent background, in order to scale the detail screen and see the under screen before releasing the gesture and dismissing it, so the best solution, and the only one that allow transparent background screens, is using showModal with the following options, as show in the library playground folder:
But here's the result:
RPReplay_Final1648886714.MP4
Then if I instead us push, the sharedElement transition works, but I can't achieve the transparent background.
So since this #6647 suggests that the sharedElement is supported by modals too, there's and error in my code.
Thank you really much
The text was updated successfully, but these errors were encountered: