Ankur Bargotra

Results 85 comments of Ankur Bargotra

Upon even more testing and downgrading to React Native `0.73.8` (while keeping Skia at `1.2.3`) the Android release builds work again. Seems to be some issue with `0.74+`

@wcandillon any updates here? seems to be an issue with the `react-reconciler` and `Skia` in React Native `0.74+` in Android release builds `API 31` and above

Issue found, seems to be coming from `react-native-skottie`

I use `infer` for my types and that works fine, types are as expected. This fails after `safeParse` / `parse` where the output for all preprocessed types is `unknown` ```...

@cortinico To answer your questions: 1. By BackHandler, I'm referring to handling the Android back button. When using React Navigation on non-Pixel devices, when the hardware back button is pressed...

I am getting this also on iOS both simulator and physical devices. @stripe/stripe-react-native: 0.49.0 react-native: 0.79.5 + New Arch Enabled

+1 thanks for https://github.com/serverless-heaven/serverless-webpack/pull/1917 patch is working, lets get this merged in ``` diff --git a/lib/packageModules.js b/lib/packageModules.js index 650a3cf24e7ea5922aca39d6430f1cf5647acedb..7fffcdf974c01c0cee44f165de5874e795aa2db4 100644 --- a/lib/packageModules.js +++ b/lib/packageModules.js @@ -9,6 +9,9 @@ const semver...

+1 while `Pressable` from `react-native-gesture-handler` works it causes lag on Android when using an opacity wither setting it in the style or className with nativewind