thegamenicorus / react-native-timeline-listview

Timeline component for React Native App
https://www.npmjs.com/package/react-native-timeline-listview
MIT License
1.16k stars 184 forks source link

How to add multiple description in one event #17

Closed sihitejulio closed 6 years ago

sihitejulio commented 6 years ago

Hi, i can add multi description in one date like 18 Aug 2017 - To Destination one

duycoder commented 6 years ago

Well, you have to do it your self. Go go ~/node_modules/react-native-timeline-listview/lib/index.js => go to _renderDetail function at line 206.add some more properties that you want :))

thegamenicorus commented 6 years ago

Hi @sihitejulio

you can use renderDetail prop. please see https://github.com/thegamenicorus/react-native-timeline-listview/blob/master/examples/Example/pages/overrideRenderExample.js