From 45932fbe282361db264fbee08dc1b96ee2b1d695 Mon Sep 17 00:00:00 2001 From: Reagan Middlebrook Date: Sat, 16 Mar 2024 21:51:21 -0700 Subject: [PATCH] Update README.md I got an error about not having gesture-handler, which went away after I installed it, but then I got the error "Unable to resolve module expo-modules-core". If these are requirements, it'd be useful to mention that earlier. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3c8eaf2..45fe889 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ React native Skeleton Content, a simple yet fully customizable component made to ### Installation +Note: You must use Expo to use this library. + `npm install react-native-skeleton-content` +`npm install react-native-gesture-handler` ### Usage