Tomer Moran

Results 10 comments of Tomer Moran

I am having the same issue. I can confirm that this happens with `launchImageLibrary` on iOS. For some reason, if you display an alert right before calling it, say with...

Strangely, this did not happen in the previous version of my app, despite me not having changed anything relevant to this particular interaction. My suspicion is that it's some sort...

> @tmoran-stenoa @benzman81 Can you check and confirm if the issue also occurs on older version of iOS e.g. iOS 16.x on iPhone X / or any other non-updated iPhone?...

> I have a similar problem with MySQL, and while > > ```ts > const prepared = db > .select() > .from() > .where(inArray(, sql.placeholder('field'))) > .prepare(); > ``` >...

I wonder if this is related to the fact that [Clerk mutes network errors](https://github.com/clerk/javascript/blob/f928e4cd3c07ef195452649ce823959ffed89ac1/packages/clerk-js/src/core/resources/Base.ts#L42) on non-browser environments, which is the case in React Native and probably on Expo too. Because...

> I wonder if this is related to the fact that [Clerk mutes network errors](https://github.com/clerk/javascript/blob/f928e4cd3c07ef195452649ce823959ffed89ac1/packages/clerk-js/src/core/resources/Base.ts#L42) on non-browser environments, which is the case in React Native and probably on Expo too....

@statico @patr0cl0 Try adding this line as early as possible in the execution of your app: ```js window.navigator.onLine = true ``` This will prevent Clerk from suppressing errors by making...

I don't know if the cause is the same, but I'm having this issue and I'm not even using `getId`, just `navigation.push()` onto a screen with `presentation: "modal"`. If I...

Same issue. If the user switches between images, the modal quickly fades out and then back