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

Commits on Dec 13, 2023

  1. feat(ImageZoom): Switch to expo-image for Enhanced Performance and Ad…

    …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.
    visibait committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6ae7fef View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Add expo-image to package.json

    - Included `expo-image` in the project's dependencies.
    visibait committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ba3a95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79861f View commit details
    Browse the repository at this point in the history