Nicolas Cavallin
Nicolas Cavallin
@behenate Yes and no. We save two keys in the secure store. One with auth, one without. But both happen at the same time. First without auth, second with.
@behenate I'm not sure if this is useful, but the only thing I can extract from Sentry is the stack trace: ``` Error: secure-session/set-session | Could not encrypt the value...
Is there a chance to re think about release the extension in Store?
@ksoni23 have you tried the @mohamadmek solution? https://github.com/facebook/react-native/issues/33102#issuecomment-1196856527 In that way, if it works, please mark the issue as solved!
hey @loekTheDreamer I think the expected behavior should be to keep the original size of the image as in Android
I solve it wrapping the bottom sheet content with `GestureHandlerRootView` and using Pressable from gesture handler.