From fc6092e6d2e88905f5a17efaa1f23d8678e94cbf Mon Sep 17 00:00:00 2001 From: Aditya Kantipudi Date: Wed, 16 Oct 2024 10:46:13 +0530 Subject: [PATCH] chore: add live demo link to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39758e2..c0fdee8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This project provides a React Native package for building optimized image URLs using ImageEngine. It includes utility functions and components to handle responsive images efficiently. +## Live Demo + +Check out our [CodeSandbox demo](https://codesandbox.io/p/sandbox/serene-wing-jtz6cl) to see the `imageengine-reactnative` package in action. + ## Installation `npm install imageengine-reactnative`