You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,13 @@ And the `baseUrl` prop must be a valid domain set in the **Domains** section.
183
183
184
184

185
185
186
+
> ```jsx
187
+
><Recaptcha
188
+
> siteKey="abc123"
189
+
> baseUrl="http://mysite.com"
190
+
>/>
191
+
>```
192
+
186
193
## Contribute
187
194
188
195
New features, bug fixes and improvements are welcome! For questions and suggestions, use the [issues](https://github.com/douglasjunior/react-native-recaptcha-that-works/issues).
0 commit comments