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
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
I am using Table and fetching data with an API. fetching data doesn't take too much time but when I set the data to a state and display it in the table. It takes almost 7-8 sec.
This issue is probably because of ScrollView. Can you update this component to use FlatList instead of ScrollView?
It will be very good.
The text was updated successfully, but these errors were encountered:
I am using Table and fetching data with an API. fetching data doesn't take too much time but when I set the data to a state and display it in the table. It takes almost 7-8 sec.
This issue is probably because of ScrollView. Can you update this component to use FlatList instead of ScrollView?
It will be very good.
The text was updated successfully, but these errors were encountered: