-
Notifications
You must be signed in to change notification settings - Fork 12
Loading issue on home and splash
BhumikaDatamatics edited this page Jun 28, 2024
·
2 revisions
Following steps we follow to reduce loading time on home screen and splash screen.
Latest library version after loading issue fixed:
"@react-navigation/bottom-tabs": "^6.5.11", // from 6.5.9
"@react-navigation/drawer": "^6.6.6", // from 6.6.4
"@react-navigation/native": "^6.1.9", // from 6.1.8
"@react-navigation/stack": "^6.3.20", // from 6.3.18
"react-native-safe-area-context": "^3.2.0", // from 4.7.4
"react-native-screens": "^3.2.0", // from 3.29.0
In home screen, we have used useCallback and useMemo while rendering data in Flatlist to reduce the loading time.