1. Jangan render Flatlist dalam ScrollView
karena konsepnya sama jadi harus menentukan salah satu saja. kalau tidak demikian akan menyebabkan error.
https://stackoverflow.com/questions/67623952/error-virtualizedlists-should-never-be-nested-inside-plain-scrollviews-with-th
2. jika kamu pake expo kamu ga bisa pake react-native-keychain
alternatif gunakan SecureStore Expo
https://docs.expo.dev/versions/latest/sdk/securestore/
0 Komentar