Skip to content

Commit 1e38ce3

Browse files
committed
Add screenshots
1 parent b5d6c0e commit 1e38ce3

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
A 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|

Sample/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

screenshots/invisible.gif

369 KB
Loading

screenshots/normal.gif

3.64 MB
Loading

0 commit comments

Comments
 (0)