Closed john-hu closed 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...
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.
Root cause of this issue is extraData props of FlatList: https://facebook.github.io/react-native/releases/next/docs/flatlist.html
After a long playing, the focus is wrong... Don't know why...