Kudo Chien

Results 71 issues of Kudo Chien

# Why fixes #36392 # How originally in #33834, we always use synchronous api for kv-store. however synchronous api doesn't work well on web. this pr reverts #33834 and add...

bot: passed checks
bot: fingerprint compatible

# Why fixes #36307 # How since #35896, the async tasks would be exeucted in parallel. however, the `statement.executeAsync` is stateful because it store parameter bindings. we have to pretect...

bot: passed checks
bot: fingerprint changed

# Why Expo SDK 53 introduces a breaking change in the devtools client transportation. We have to rebuild the webui from SDK 53. # How - Bump package version to...

# Why trying to fix the issue when `renameManifestPackage` is specified, package name in resources.arsc isn't updated. i tested with `--use-aapt2`, which is also the implicit default in the latest...

# Why fixes #36778 # How update tsdoc for the `System.getenv()` syntax support to credentials # Test Plan ci passed # Checklist - [x] I added a `changelog.md` entry and...

bot: passed checks
bot: fingerprint compatible

# Why fixes #37440 # How - [image] bump glide gif plugin to support 16kb page size - [camera] bump mlkit barcode scanning to 17.3.0 to support 16kb page size...

bot: passed checks
bot: fingerprint changed

# Why fixes #37440 # How add `-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON` for ndk r27 to support 16kb page size # Test Plan - tested on default sdk53 project - check libs by objdump...

bot: passed checks
bot: fingerprint changed

# Why move tight coupled `DynamicTheme` in native compose views into Host `colorScheme` prop # How - add dedicated HostView.kt - add `colorScheme` prop for Host - remove DynamicTheme #...

bot: passed checks
bot: fingerprint changed

# Why support platform version from https://github.com/expo/expo/pull/33637 to eas-cli # How - introduced `getVersionConfigTarget` to get related version field, value, and updater. - replace all fixed `exp.version` to use `getVersionConfigTarget`...