From a5650037fd68414b94c039b26f52a6279b5acb4b Mon Sep 17 00:00:00 2001 From: chansuke Date: Fri, 16 Feb 2018 18:18:12 +0900 Subject: [PATCH] Add yarn command to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3879585..3fb8ba5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ Plug and play iOS react-native keyboard spacer view. ![image](https://media.giphy.com/media/3oEjHJwLyYg7upTyYo/giphy.gif) ## Quick Start -Install View: `npm install --save react-native-keyboard-spacer` +Install View: +`npm install --save react-native-keyboard-spacer` +or +`yarn add react-native-keyboard-spacer` ## Example Usage