thegamenicorus / react-native-timeline-listview

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

Adding to timeline #39

Closed bec-smith closed 6 years ago

bec-smith commented 6 years ago

Hi! I'm having trouble adding a new event to the timeline. Here's my code:

screen shot 2018-05-01 at 9 26 00 pm screen shot 2018-05-01 at 9 26 38 pm

When I click on the touchable highlight, a new event is created but with no additional data.

img_5765

Your help would be very much appreciated!

bec-smith commented 6 years ago

Resolved!!!

I wasn't creating an Object

pushing something like this worked let newEvent = {time:"10:45", title:'newEvent', description:'the description'}; "