Vosie / QianLiYan

Apache License 2.0
3 stars 0 forks source link

The focus of current playing in the list is wrong #20

Closed john-hu closed 7 years ago

john-hu commented 7 years ago

After a long playing, the focus is wrong... Don't know why...

john-hu commented 7 years ago

The TTS gets glitch when I open the app after a few content played. It looks like that there is a message queue which is full of events and pump all events to UI. So, it renders a lot and becomes glitch... We should check this...

john-hu commented 7 years ago

This issue is related to #10 . I think the wrong focus, the app won't update focus anymore, is caused by the same root cause.

john-hu commented 7 years ago

Root cause of this issue is extraData props of FlatList: https://facebook.github.io/react-native/releases/next/docs/flatlist.html