From 6d9555d41dbec244c13cdf9163351220c936d5f2 Mon Sep 17 00:00:00 2001 From: Alexander Avakov Date: Sun, 4 Feb 2018 21:24:46 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a4262..8796b25 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,16 @@ Features implemented: Run command ``` -npm i react-native-cusom-datepicker-ios +npm i react-native-custom-datepicker-ios // or yarn add react-native ``` +Then link iOS dependencies +``` +react-native link react-native-custom-datepicker-ios +``` + ## Example Code You can see some usage code inside project's examples folder.