From de3a3041cc4aedde23cfe3eb05f69f1a0ce8a29b Mon Sep 17 00:00:00 2001 From: jimmybengtsson Date: Sun, 6 Oct 2019 02:02:35 +0200 Subject: [PATCH] Updated README. --- README.md | 2 ++ example/AutoSuggestExample/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index fc842b5..ac8d86e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ https://github.com/jimmybengtsson/react-native-tags-input [Standard and Custom example](https://github.com/jimmybengtsson/react-native-tags-input/tree/master/example/StandardAndCustomExample) +[Auto suggest example by using customElement-prop](https://github.com/jimmybengtsson/react-native-tags-input/tree/master/example/AutoSuggestExample) + ## Standard example diff --git a/example/AutoSuggestExample/README.md b/example/AutoSuggestExample/README.md index c73c721..4b040cf 100644 --- a/example/AutoSuggestExample/README.md +++ b/example/AutoSuggestExample/README.md @@ -14,3 +14,6 @@ In the root directory of the app, run: then: `$ react-native run-ios` or `$ react-native run-android` + + +