-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlatListData.js
More file actions
39 lines (33 loc) · 845 Bytes
/
FlatListData.js
File metadata and controls
39 lines (33 loc) · 845 Bytes
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
var DataMeeting = [
{
"key":"1",
"name":"Meet 1",
"description":"Reunion a la salle 4",
"participant":"MR DG , Adjoint, Administration "
},
{
"key":"2",
"name":"Meet 2",
"description":"Reunion a la salle H",
"participants":"Mr Ndiaye, Benoit, AMAR"
},
{
"key":"3",
"name":"Meet 3",
"description":"Reunion a la salle 2",
"participants":"Monsieur JIDDOU, SIDIKO, PAPE DEMBA SARR"
},
{
"key":"4",
"name":"Meet 4",
"description":"Reunion a la salle A",
"participants":"Mbengue, DIOP FALL, WADIOUBAKH"
},
{
"key":"5",
"name":"Meet 5",
"description":"Reunion a la salle 8",
"participants":"Cherif, OMAR , MOR"
},
];
module.exports = DataMeeting;