From 93ee02f2ebd92445a99654d9136d3befddf81fdb Mon Sep 17 00:00:00 2001 From: Harun Smrkovic Date: Mon, 29 Jul 2019 14:09:14 +0200 Subject: [PATCH] Add reference for React Native version to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 69a990b..ef072ca 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Method | Description `typeform.open()` | Open the popup window `typeform.close()` | Close the popup window +## React Native version + +If you're looking for React Native version of the same thing, you can find it over [here](https://github.com/ubdi/react-native-typeform-embed). + ### License Code released under the [MIT license](LICENSE.txt).