IjzerenHein / react-navigation-shared-element

React Navigation bindings for react-native-shared-element 💫
https://github.com/IjzerenHein/react-native-shared-element
MIT License
1.26k stars 125 forks source link

Border Flicker during transition #266

Closed Talha-raj closed 1 year ago

Talha-raj commented 1 year ago

https://user-images.githubusercontent.com/72179462/220549258-8c0edc91-8f10-4377-a996-2833a8ffb811.mp4

Talha-raj commented 1 year ago

Done I just did this Before sharedElements={(route, otherRoute, showing) => { return [ ['view'], ]; }}

After fix sharedElements={(route, otherRoute, showing) => { return [ {id: 'view', animation: 'fade', resize: 'clip', align: 'auto'} ]; }}