GeekyAnts / NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://nativebase.io/
MIT License
20.14k stars 2.38k forks source link

Native Base Flatlist Performance Issue #5744

Open ragulraj-avasoft opened 1 year ago

ragulraj-avasoft commented 1 year ago

Description

We created a react-native sample project both with and without the use of the native base, and the project that didn't use the native base ended up performing better than the other. After this implementation, I felt the native base project had a better performance, so I switched the native base flat list to the react-native flat list.

Problem Statement

When compared to react-native's FlatList, the native base's FlatList performs slowly, which is the issue. Therefore, it is preferable if you resolve the performance issue.

Proposed Solution or API

I didn't find a solution, I request you to solve the performance issue that occurred in the native base FlatList. I will raise the PR if I solve the native base FlatList issue

Whebcraft commented 1 year ago

Use shopify/flash-list