-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.json
More file actions
54 lines (54 loc) · 1.58 KB
/
apps.json
File metadata and controls
54 lines (54 loc) · 1.58 KB
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
[
{
"id":1,
"intro": "Hacker News Mobile Reader",
"name":"Hacker News",
"module_name":"HackerNews",
"bundle_url":"https://raw.githubusercontent.com/Live4Code/HackerNews-React-Native/master/",
"bundle_path":"/main.jsbundle",
"build_name":"0.17.0",
"creator":{
"avatar_url": "https://avatars.githubusercontent.com/u/5649414",
"username":"iSimar"
}
},
{
"id":2,
"intro": "This is Why we play",
"name":"NBA App",
"module_name":"allyoop",
"bundle_url":"https://raw.githubusercontent.com/Live4Code/react-native-nba-app/master/",
"bundle_path":"/main.jsbundle",
"build_name":"0.17.0",
"creator":{
"avatar_url": "https://avatars.githubusercontent.com/u/5305874",
"username":"wwayne"
}
},
{
"id":3,
"intro": "Employee Directory Sample App",
"name":"Employee Directory",
"module_name":"EmployeeDirectory",
"bundle_url":"https://raw.githubusercontent.com/Live4Code/Employee-Directory-App/master/",
"bundle_path":"/main.jsbundle",
"build_name":"0.17.0",
"creator":{
"avatar_url": "https://avatars.githubusercontent.com/u/8132231",
"username":"meticulous-dft"
}
},
{
"id":4,
"intro": "React Native Sample Conference App",
"name":"Reactive Conf 2015",
"module_name":"Reactive2015",
"bundle_url":"https://raw.githubusercontent.com/Live4Code/reactive2015/master/",
"bundle_path":"/main.jsbundle",
"build_name":"0.17.0",
"creator":{
"avatar_url": "https://avatars.githubusercontent.com/u/286616",
"username":"kenwheeler"
}
}
]