react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Get correct root VC when using SceneDelegate on iOS 13+

Open ouabing opened this issue 3 years ago • 3 comments

Current version of react-native-image-crop-picker can't present picker when app is using SceneDelegate.

On app using SceneDelegate (for multiple windows support or CarPlay support), we should get the root VC from the connected window scene.

ouabing avatar Jun 14 '22 08:06 ouabing