Andrei Alecu

Results 277 comments of Andrei Alecu

I haven't been able to find any documentation on recommended practices for using `react-navigation` v5 with storybook. Are the workarounds posted here still valid for the new version?

Thanks @slorber, I ended up with the following: ```tsx const Stack = createStackNavigator(); const reactNavigationDecorator = story => { const Screen = () => story(); return ( null}} /> )...

This was an upstream issue in Reanimated. It should be fixed in Reanimated 3.12.1

Could be an intermittent issue with Apple's servers. I haven't noticed issues personally. Perhaps apple fixed it on their end?

About how many pushes are you trying to send? Perhaps you should send in batches. As far as I know, AWS Lambda has a maximum request timeout of 30 seconds,...

@saihaj could you please look into merging this and releasing a new version of the affected plugin? It does indeed produce an error, and the fix is correct, the error...

Upstream report: https://github.com/SDWebImage/SDWebImage/issues/3745

@dreampiggy updated snack with other formats: https://snack.expo.dev/0HsEdxNWBI7Lzk2Wb2BH3 Everything seems fine except AVIF. Video below: https://github.com/user-attachments/assets/afa2e996-30b2-4b85-b1e8-71a1edd3c0e2

Will try to check that, perhaps this is relevant? https://github.com/expo/expo/blob/1fe71d007c5c5aab676e46257a90727483543bc5/packages/expo-image/ios/AnimatedImage.swift

On a side note, I noticed that having 3 AVIF animations simultaneously completely wrecks app performance on an iPhone 15 Pro Max. I'm not sure if that's what is expected.