Brian Capps
Brian Capps
This would be awesome to have. :+1:
Here's an action shot of the transition in 1.0.1 as an example : 
I also narrowed it down to [this line](https://github.com/NYTimes/NYTPhotoViewer/blob/develop/Pod/Classes/ios/NYTPhotoTransitionAnimator.m#L126) in the transition animator. It assumes that the heights of the images should be used to scale the initial transform, but for...
One potential solution that I haven't fully tested yet, then, would be to check the `contentMode` for both the ending and starting views for animation and if it's `AspectFill` or...
Ideally, it would be great if the transition animator could store and later reset the background color(s) to the correct values. Since the animator objects are fairly generic and are...
Completed by https://github.com/stripe/stripe-ios/pull/5210
Closing in favor of https://github.com/stripe/stripe-identity-react-native/pull/217