forked from juliandramirez/react-native-user-identity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-native-user-identity",
"version": "1.5.1",
"description": "Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)",
"main": "index.js",
"types": "index.d.ts",
"author": "Julian Ramírez <[email protected]>",
"homepage": "https://github.com/juliandramirez/react-native-user-identity",
"license": "Apache-2.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-user-identity",
"ios",
"apple",
"android",
"fetchUserRecordID",
"CloudKit",
"iCloud",
"firebase",
"recordID",
"CKContainer",
"recordName",
"user",
"id",
"username",
"userid",
"sign in",
"sign-in",
"signin",
"sign up",
"sign-up",
"signup",
"login",
"identity",
"anonymous",
"authentication",
"auth",
"AccountManager",
"account",
"intent",
"newChooseAccountIntent",
"KEY_ACCOUNT_NAME"
],
"peerDependencies": {
"react-native": ">=0.60.0",
"react": ">=16.8.6"
},
"repository": {
"type": "git",
"url": "https://github.com/juliandramirez/react-native-user-identity.git"
}
}