You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably it's not a bug but...
Just using the example of openai example...it works when I put a pressable around the text and try to trigger events, it works.
But...when I slightly changed it to use a Flatlist...I can't seem to trigger any UI component events during the SSE events.. all those onTouchStart will be triggered together...at the end...after it's done.
@shawhu you might need to update rendering logic and use code optimization to prevent re-rendering the UI. that might solve the problem you are facing.
Probably it's not a bug but...
Just using the example of openai example...it works when I put a pressable around the text and try to trigger events, it works.
But...when I slightly changed it to use a Flatlist...I can't seem to trigger any UI component events during the SSE events.. all those onTouchStart will be triggered together...at the end...after it's done.
Should I stop using Flatlist? Or...
and my states and useEffect
The text was updated successfully, but these errors were encountered: