From 21f8fcdb9e84729adbbe88fb02ab650159415925 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 24 Jun 2021 16:21:13 +0200 Subject: [PATCH] Added pod install as an installation step --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1564e80..6b3225a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ This library allows you to call essential methods from the iOS "WidgetKit Framew ```sh npm install react-native-widgetkit + +cd ios && pod install && cd .. ``` ## Usage 👨🏻‍💻