Skip to content
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

Switch to expo-image for Enhanced Performance #39

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

visibait
Copy link

Description:
This pull request proposes a significant enhancement to the library by replacing the default React Native Image component with expo-image.

Key Advantages:

  • Progressive Image Loading: Integrating expo-image enables progressive image loading, offering a smoother experience.
  • Superior Caching Mechanism: The improved caching feature of expo-image can help reduce load times and network bandwidth usage.

…ditional Features

- Replaced React Native's default Image component with expo-image.
- This change offers improved image loading and rendering performance.
- Expo-image provides additional features like progressive image loading and better caching.
- Included `expo-image` in the project's dependencies.
@bisak
Copy link

bisak commented Feb 23, 2024

This would be really nice!

@tomhicks
Copy link

tomhicks commented May 1, 2024

This would be better solved by letting you pass in your image to be rendered instead. That way this library could resize any content at all, even things that aren't images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants