Franco Angulo
Franco Angulo
> My workaround while waiting for the fix: > > * "native-base": "^3.4.13" > * https://snack.expo.dev/ZeJ7_hzMU > > ``` > {...yourProps} > _actionSheet={{ > useRNModal: Platform.OS === 'ios', > }}>...
@Johan-dutoit is this going to be fixed?
Hey @Johan-dutoit no, the gallery doesn't matter. I reported the issue only specifying Android 13, in any Android device, with the native library that the devices come with
also having this issue, @ethanshar @Inbal-Tish @nitzanyiz will anyone take a look at this?
Not me, I had to roll back to v1.1289.0
Hello @nitzanyiz I saw this feature was added in recent versions of the library, but I find that it's still missing the possibility to close() / open() it programmatically instead...
As a temporary workaround, I patched the package by applying a nullish fallback to prevent the crash. ```patch @@ -487,10 +501,10 @@ RCT_EXPORT_METHOD(openCropper:(NSDictionary *)options @"sourceURL": (sourceURL) ? sourceURL : [NSNull...
I got this to work by adding a post_install script in my Podfile, but not sure what is the root cause, or what is the most optimal fix for this,...
Getting also the same issue with react-native v0.81 I need the New Architecture enabled, and that's when the error occurs. Already tried with react-native-svg v15.12.1 and v15.13.0
any update on this? this is blocking us from opting into the new architecture