-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobal.js
45 lines (43 loc) · 878 Bytes
/
Global.js
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
module.exports = {
STORE_KEY: 'a56z0fzrNpl^2',
screen :'',
time : 0,
BASE_URL: 'http://139.59.76.223/mehwar_app/admin/api/users/',
//BASE_URL: 'http://www.thenewsmen.co.in/newsmentest/admin/api/',
profileImage:'',
lang:'',
name:'',
name2:'',
email:'',
email2:'',
phone:'',
phone2:'',
password:'',
flag:'',
otp:'',
otp2:'',
userID:'',
proimage:'',
proimage2:'',
token:'',
postID:'',
eventData:'',
newsData:'',
flatlist:'',
editImage:'',
forgetOtp:'',
mobforgo:'',
bookingid:2,
myname:'',
firetoken:'',
chatstatus:'',
chat_g_id:'',
dimage:'',
channel:'',
COLOR: {
ORANGE: '#C50',
DARKBLUE: '#0F3274',
LIGHTBLUE: '#6EA8DA',
DARKGRAY: '#999',
},
};