File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 66
77A reCAPTCHA library for React Native (Android and iOS) that works.
88
9+ | Normal | Invisible |
10+ | - | - |
11+ | <img src =' https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/normal.gif ' width =' 240 ' /> | <img src =' https://raw.githubusercontent.com/douglasjunior/react-native-recaptcha-that-works/master/screenshots/invisible.gif ' width =' 240 ' /> |
12+
913## Install
1014
1115### Install the module
@@ -60,6 +64,8 @@ class App extends Component {
6064}
6165```
6266
67+ For more details, see the [ Sample Project] ( https://github.com/douglasjunior/react-native-recaptcha-that-works/blob/master/Sample/src/App.js ) .
68+
6369## Props
6470
6571| Name| Value| Default| Description|
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ const App = () => {
4444 < View
4545 contentInsetAdjustmentBehavior = "automatic"
4646 style = { styles . container } >
47- < Button onPress = { handleOpenPress } title = "Abrir Recaptcha " />
47+ < Button onPress = { handleOpenPress } title = "Open " />
4848 < Text > Token: { key } </ Text >
4949 < Text > Size: { size } </ Text >
5050 </ View >
5151
5252 < Recaptcha
5353 ref = { $recaptcha }
5454 lang = "en"
55- headerComponent = { < Button title = "Fechar " onPress = { handleClosePress } /> }
55+ headerComponent = { < Button title = "Close " onPress = { handleClosePress } /> }
5656 siteKey = "6LejsqwZAAAAAGsmSDWH5g09dOyNoGMcanBllKPF"
5757 baseUrl = "http://127.0.0.1"
5858 size = { size }
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-recaptcha-that-works" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "private" : false ,
55 "description" : " ⚛ A reCAPTCHA bridge for React Native that works." ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments