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

iOS - Icon not loading sometimes #16

Closed AndrePech closed 6 years ago

AndrePech commented 7 years ago

This library is awesome, thanks.

I noticed that sometimes, my icon does not render, leaving the icon and the circle completely empty, they show up after re-rendering the screen...

I am setting the icon in the following way, in the Timeline props: icon = {require('./path_to_icon.png'}

I will try setting the icon in the data object... Sorry if i am missing something.

thegamenicorus commented 7 years ago

Hi @AndrePech,I'm glad you like it.

For the issue could you please provide more detail about your testing device.

AndrePech commented 6 years ago

Sorry for the delay, hehe, I have tested it a lot in many devices, iOS and Android, they all work fine. I believe the problem was only happening in the simulator.

thegamenicorus commented 6 years ago

Ok, Happy coding 😄