From f2e9051096de87f455648d59b0e0f4bf3d4c6abf Mon Sep 17 00:00:00 2001 From: thomasvo Date: Fri, 2 Jan 2026 10:46:45 -0800 Subject: [PATCH] docs: add version requirements to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ac8ac2..a042b68 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ Check out this [Expo Snack](https://snack.expo.dev/@thomasttvo/eaf257) We are working with the original maintainers of this library to transfer the NPM alias for `react-native-zoomable-view`. In the meantime, you will want to use `@openspacelabs/react-native-zoomable-view` as the package identifier. +**Requirements:** +- React Native >= 0.79.0 +- React >= 16.8.0 + To add this package, run `npm add @openspacelabs/react-native-zoomable-view`