FlatFile works in Expo Client App but not as a standalone apk

Hello,

My app is working fine on Expo client app and on real devices (tried on android 9 and android 5.1) but standalone apk have issue with “FlatList” on old android version (5.1).

When I successfully run exp build:android and installed the .apk on the device (simulator)
or on real device. It shows white screen nothing else.

As a newbie, not sure how can I debug or check installed apks.

“sdkVersion”: “34.0.0”

Here is my code

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.