-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (30 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-i-text-input",
"version": "1.0.1",
"description": "RNITextInput allows you to use ios12 OTP auto fill feature. Now, if you get a one-time password (OTP) via a text message, iOS 12 will display an auto-fill prompt, which will help you quickly paste it in the app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-textInput",
"text-input",
"ios12",
"OTP-fill",
"ios"
],
"author": "“Sonu <“[email protected]”> (https://github.com/iamsonumalik)",
"license": "ISC",
"peerDependencies": {
"react-native": "^0.41.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamsonumalik/RNITextInput.git"
},
"bugs": {
"url": "https://github.com/iamsonumalik/RNITextInput/issues"
},
"homepage": "https://github.com/iamsonumalik/RNITextInput#readme"
}