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 185 forks source link

Display date and time in two rows #32

Closed jfmdev closed 6 years ago

jfmdev commented 6 years ago

I want to display the date and time as the time (e.g. 01/01/2018 10:09 AM instead of only 10:09 AM) but if I do that, the time column takes too much space (i.e. his width is too large).

So, is there a way to display the time in two rows?

What I want is the time to be displayed like:

01/01/2018
10:09 AM

Instead of being displayed like:

01/01/2018 10:09 AM
jfmdev commented 6 years ago

Closing since just find out that there is a renderTime property