/**
https://github.com/varun-raj/react-native-flatlist-sample/
D:\reactnative> react-native init myflatlist
D:\reactnative> cd "D:\reactnative\myflatlist" 
D:\reactnative\myflatlist> notepad App.js
D:\reactnative\myflatlist> notepad Data.js
D:\reactnative\myflatlist> npx react-native run-android
1000 records at https://github.com/varun-raj/react-native-flatlist-sample/blob/master/Data.js
 */
const DATA = [{"id":1,"name":"Charil","last_message":"exploit proactive functionalities","picture":"https://robohash.org/evenietconsequatureum.png?size=50x50&set=set1","time":"29/10/2016"},
{"id":2,"name":"Berne","last_message":"whiteboard sexy e-tailers","picture":"https://robohash.org/odiositperspiciatis.bmp?size=50x50&set=set1","time":"1/1/2017"},
{"id":3,"name":"Nisse","last_message":"synergize transparent convergence","picture":"https://robohash.org/sitassumendaaccusamus.jpg?size=50x50&set=set1","time":"6/4/2017"},
{"id":4,"name":"Quillan","last_message":"maximize wireless solutions","picture":"https://robohash.org/corruptieosaccusamus.png?size=50x50&set=set1","time":"14/6/2017"},
{"id":5,"name":"Honor","last_message":"transform granular models","picture":"https://robohash.org/enimreiciendiseum.jpg?size=50x50&set=set1","time":"24/1/2017"},
{"id":6,"name":"Caresa","last_message":"unleash global platforms","picture":"https://robohash.org/velutarchitecto.jpg?size=50x50&set=set1","time":"16/12/2016"},
{"id":7,"name":"Loralie","last_message":"benchmark end-to-end niches","picture":"https://robohash.org/voluptasrerumipsa.jpg?size=50x50&set=set1","time":"8/5/2017"},
{"id":8,"name":"Concordia","last_message":"extend transparent infrastructures","picture":"https://robohash.org/quodipsasaepe.jpg?size=50x50&set=set1","time":"10/3/2017"},
{"id":9,"name":"Reinwald","last_message":"deploy world-class e-services","picture":"https://robohash.org/omnisomnisaut.jpg?size=50x50&set=set1","time":"8/9/2017"},
{"id":10,"name":"Jobina","last_message":"empower interactive experiences","picture":"https://robohash.org/consequaturetvoluptatibus.bmp?size=50x50&set=set1","time":"22/11/2016"},
{"id":11,"name":"Prentice","last_message":"expedite B2B initiatives","picture":"https://robohash.org/etaspernaturharum.bmp?size=50x50&set=set1","time":"26/7/2017"},
{"id":12,"name":"Verna","last_message":"synthesize back-end markets","picture":"https://robohash.org/sintdebitisplaceat.bmp?size=50x50&set=set1","time":"15/8/2017"},
{"id":13,"name":"Jaquith","last_message":"architect back-end deliverables","picture":"https://robohash.org/quiaestexplicabo.png?size=50x50&set=set1","time":"13/3/2017"},
{"id":14,"name":"Clotilda","last_message":"matrix wireless metrics","picture":"https://robohash.org/autlabore.png?size=50x50&set=set1","time":"9/9/2017"},
{"id":15,"name":"Cherida","last_message":"target back-end communities","picture":"https://robohash.org/indoloremducimus.png?size=50x50&set=set1","time":"29/8/2017"},
{"id":16,"name":"Ozzy","last_message":"disintermediate web-enabled functionalities","picture":"https://robohash.org/aliquidquianihil.png?size=50x50&set=set1","time":"14/6/2017"},
{"id":17,"name":"Hermina","last_message":"optimize dot-com web-readiness","picture":"https://robohash.org/voluptatumquasamet.bmp?size=50x50&set=set1","time":"11/9/2017"},
{"id":18,"name":"Gypsy","last_message":"empower viral initiatives","picture":"https://robohash.org/quamconsequaturdistinctio.bmp?size=50x50&set=set1","time":"30/7/2017"},
{"id":19,"name":"Elyse","last_message":"reinvent magnetic systems","picture":"https://robohash.org/optiovoluptatemqui.jpg?size=50x50&set=set1","time":"15/1/2017"},
{"id":20,"name":"Milka","last_message":"integrate clicks-and-mortar applications","picture":"https://robohash.org/eteoscum.png?size=50x50&set=set1","time":"2/6/2017"},
{"id":21,"name":"Lambert","last_message":"e-enable mission-critical e-business","picture":"https://robohash.org/aspernaturnihilaut.jpg?size=50x50&set=set1","time":"18/12/2016"},
{"id":22,"name":"Ramona","last_message":"recontextualize dot-com solutions","picture":"https://robohash.org/cupiditateveritatisnecessitatibus.png?size=50x50&set=set1","time":"18/12/2016"},
{"id":23,"name":"Brenna","last_message":"envisioneer plug-and-play paradigms","picture":"https://robohash.org/eosreiciendissint.jpg?size=50x50&set=set1","time":"14/3/2017"},
{"id":24,"name":"Remus","last_message":"leverage proactive web services","picture":"https://robohash.org/rerumautsed.png?size=50x50&set=set1","time":"31/12/2016"},
{"id":25,"name":"Eben","last_message":"reintermediate cutting-edge architectures","picture":"https://robohash.org/ducimusdignissimosimpedit.jpg?size=50x50&set=set1","time":"21/5/2017"}];
export default DATA;