Christoph Skorupa

Results 4 comments of Christoph Skorupa

@Swor71 I had to work around the issue by patching patch-package itself 😄 In `makeRegExp.js`, change the line `return new RegExp(reString, caseSensitive ? "" : "i");` to `return new RegExp(reString.replace(/,/g,...

What worked for me as a quick fix was to patch _ImagePickerModule.java_ and remove all `if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU) { ... }` checks and the corresponding `else` cases. This way...

Experienced this issue as well. I upgraded my Samsung Galaxy S10 from Android 10 to Android 11 and suddenly experienced a noticable lag on the `inverted` FlatList in my app....