From b26ef244c17bc75bc44e9aaaf31d08809c8dd32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C3=87al=C4=B1k?= Date: Sun, 22 Dec 2019 01:13:03 +0300 Subject: [PATCH] `pod install` step is required to run example. `pod install` step is required to run example project on iOS. Updated Example's readme accordingly. --- Example/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Example/README.md b/Example/README.md index f4d6ef8..0381710 100644 --- a/Example/README.md +++ b/Example/README.md @@ -9,6 +9,7 @@ The example app includes a variety of tests and receipes. It features a simple s yarn # in the root directory cd Example yarn +cd ios && pod install && cd .. # Run for ios react-native run-ios