Kudo Chien

Results 382 comments of Kudo Chien

* **#31108** 👈 * **#31103** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Kudo and the rest of your teammates on Graphite

* **#31108** * **#31103** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @Kudo and the rest of your teammates on Graphite

can confirm this issue on ios dev-build, it's not just expo-go and should be something inside expo-image. it could relate to our customized SDWebImageContextAnimatedImageClass. not sure whether avif coder supports...

@andreialecu i was looking for the first issue that stopAnimating doesn't work on AVIF (ios only). having some findings today for the issue. it was because our implementation for [downscaling](https://github.com/expo/expo/blob/e76e061bd6b7490c632be8d46cbd12fff16024ff/packages/expo-image/ios/ImageUtils.swift#L102-L123)....

react-native 0.74 (expo sdk 51) is not supported yet. i will try to get a chance to work on v8 this week

hi there! could you try to re-run the failed github action job and enable the [debug log](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging). it will show more errors.

hi there! i've seen some problems in your code. basically you don't need to use `openDatabaseSync` + `SQLiteProvider`. SQLiteProvider calls openDatabase under the hood. ```tsx import {Suspense} from 'react'; import...

@kuriel-dev thanks for sharing the source for code from our blog post. the code looks not quite correct. i've tried to create a [minimal example project](https://github.com/Kudo/sdk53drizzle) using expo-sqlite and drizzle...

if someone could create a minimal repro project on github, i can further take a look. still not get a chance to repro the issue

@DavePodosyan thanks for having the repro. the reason in your case is that you were always passing a new function (the [`creatDbIfNotExists`](https://github.com/DavePodosyan/flickering-flashing-example/blob/6cd38b28a944af61e4a8d68c9f8c84a7efd4975b/app/_layout.tsx#L54)) as props to the SQLiteProvider. it triggers re-rendering...