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

iOS crash in select page , about RCTModalHostViewController

Open llr101 opened this issue 3 years ago • 10 comments

Version

Tell us which versions you are using: 0.37.3

  • react-native-image-crop-picker v0.37.3
  • react-native v0.67.3

Platform

Tell us to which platform this issue is related

  • iOS

Expected behaviour

select photo

Actual behaviour

crash when go to select page second times

Steps to reproduce

1.open select page first , then back

  1. open select page again, it crashes

Attachments

xcode shows:

2022-02-23 22:34:59.987567+0800 coastline[68111:3372714] Unbalanced calls to begin/end appearance transitions for <RCTModalHostViewController: 0x15f5163c0>.

Love react-native-image-crop-picker? Please consider supporting our collective: 👉 https://opencollective.com/react-native-image-crop-picker/donate

llr101 avatar Feb 23 '22 14:02 llr101

same issue.

android is working in my case.

sanghyun0127 avatar Feb 25 '22 03:02 sanghyun0127

does this have anything to do with photos in icloud? photos ive added to my phone recently( like today) seem to work.

MaisDennis avatar Mar 11 '22 02:03 MaisDennis

Same here Exception NSException * "-[__NSCFString count]: unrecognized selector sent to instance 0x600001fb2c80" 0x0000600001184db0

dieptang avatar Mar 11 '22 14:03 dieptang

Same here Exception NSException * "-[__NSCFString count]: unrecognized selector sent to instance 0x600001fb2c80" 0x0000600001184db0

Update, I removed smartAlbums: 'UserLibrary', and it working now.

dieptang avatar Mar 12 '22 14:03 dieptang

Hi, I also encountered this problem, did you solve it?

ArthurMorgan1899 avatar Apr 07 '22 06:04 ArthurMorgan1899

Hi, I have the same problem. Did you solve it?

Chanty-SOK avatar Apr 26 '22 10:04 Chanty-SOK

try set small timeout for picker to show. I encoutered it with an opened modal and trying this picker

sonnguyen2000-github avatar May 12 '22 03:05 sonnguyen2000-github

Hi, I have the same problem. Did you solve it?

wygkzqa avatar May 26 '22 12:05 wygkzqa

Hi, I have the same problem. Did you solve it?

CVHOANG-coder avatar Jun 30 '22 10:06 CVHOANG-coder

try set small timeout for picker to show. I encoutered it with an opened modal and trying this picker

i do it, but have error: image

CVHOANG-coder avatar Jun 30 '22 16:06 CVHOANG-coder