From 3d3697afba52a5cd677921f287e76c9fe447552e Mon Sep 17 00:00:00 2001 From: e271828- Date: Mon, 27 Jun 2022 12:28:18 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7448fde..3af03c5 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ Make sure the value you pass to `languageCode` is the one the user has set in yo Otherwise, you should pass in the preferred device locale, e.g. fetched from `getLocales()` if using [react-native-localize](https://github.com/zoontek/react-native-localize). -### Note -You can `import Hcaptcha from '@hcaptcha/react-native-hcaptcha/Hcaptcha';` to customize the UI yourself. - +### Notes +- The UI defaults to the "invisible" mode of the JS SDK, i.e. no checkbox is displayed. +- You can `import Hcaptcha from '@hcaptcha/react-native-hcaptcha/Hcaptcha';` to customize the UI yourself. ## Properties