[expo-image][web] Add header support (#24447)Co-authored-by: Łukasz Kosmaty <[email protected]>
[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)Why --- Prettier 3 is out. Add support for it with this linter config. **Note for reviewer:** the first commit is the one with th
[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)Why --- Prettier 3 is out. Add support for it with this linter config. **Note for reviewer:** the first commit is the one with the actual changes. The rest of this PR are changes to get the linter passing (mostly autofix). How --- Update eslint-config-prettier and eslint-plugin-prettier. To address deprecation warnings, also update typescript-eslint/parser and typescript-eslint/eslint-plugin. Because of an update to typescript-eslint/parser, we need to suppress deprecation warnings (documented in a comment). Regenerated test snapshots. Due to the upgraded dependencies, typecasts and optional chaining are now auto-fixable by lint. This converts warnings into autofixes. Test Plan --- `yarn test` in the linter config. Run `expotools check --all --fix-lint --no-build --no-test --no-uniformity-check` to try this config on the whole repo. --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
[image] Fix the ThumbHash when it starts with a slash (#22160)
fix(asset, image): monorepo assets in Metro web (#22094)# Why Monorepo assets in metro web for production need to be processed in runtime the same as they are in build-time, e.g. `../` -> `_`
fix(asset, image): monorepo assets in Metro web (#22094)# Why Monorepo assets in metro web for production need to be processed in runtime the same as they are in build-time, e.g. `../` -> `_` --------- Co-authored-by: Expo Bot <[email protected]>
[expo-image] Add ThumbHash support (#21952)# Why Previously we were only supporting BlurHash, we want the users to be able to use ThumbHash as well. # How Copied the ThumbHash code from t
[expo-image] Add ThumbHash support (#21952)# Why Previously we were only supporting BlurHash, we want the users to be able to use ThumbHash as well. # How Copied the ThumbHash code from the [ThumbHash repo](https://github.com/evanw/thumbhash) and implemented the functionality into `iOS`, `Android` and `web` similarly to BlurHash. Changed the demo app to include more images # Test Plan Tested on Android, iOS and Web. --------- Co-authored-by: Expo Bot <[email protected]>
[expo-image] Use asset resolution from expo-asset on the web (#21798)
[image] Add blurhash to web (#20559)Co-authored-by: Tomasz Sapeta <[email protected]>
[image] Normalize some props and do some refactoring (#20487)