-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslides.js
38 lines (38 loc) · 1.01 KB
/
slides.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
export default [
{
id: '1',
title: 'Tip 1',
description: 'Wash your hands for 20 seconds',
image: require('./src/assets/images/1r.png'),
},
{
id: '2',
title: 'Tip 2',
description: 'Use sanitizer of soap or alcohol',
image: require('./src/assets/images/2r.png'),
},
{
id: '3',
title: 'Tip 3',
description: 'Put on your mask if in crowded place',
image: require('./src/assets/images/3r.png'),
},
{
id: '4',
title: 'Tip 4',
description: 'Avoid touching your face or other surfaces',
image: require('./src/assets/images/4r.png'),
},
{
id: '5',
title: 'Tip 5',
description: 'Clean up your body after coming from outside',
image: require('./src/assets/images/5r.png'),
},
{
id: '6',
title: 'Tip 6',
description: 'Better to stay home and feel healthy',
image: require('./src/assets/images/6r.png'),
}
]