-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support expo image #968
Support expo image #968
Conversation
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
… sieu/p-3479-support-expo-image
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great overall, but I think we need to address the double style thing before merging.
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Overview
Demo
Screen.Recording.2024-11-18.at.10.59.31.AM.mov
Important
Add support for
expo-image
with new features and examples, updatingImage.tsx
and addingExpoImageExample.tsx
.NativeImage
withExpoImage
inImage.tsx
to supportexpo-image
features.transition
,blurhash
,contentFit
,contentPosition
,cachePolicy
,allowDownscaling
, andrecyclingKey
inImage.tsx
.ExpoImageExample.tsx
to demonstrateexpo-image
features, including remote/local images, aspect ratios, and SVGs.expo-image
version1.10.6
topackage.json
.ExpoImageExample
toApp.tsx
routes.ExpoImage
inindex.tsx
ofcore
andui
packages.This description was created by for 1397b7a. It will automatically update as commits are pushed.