Expo app crashing on 1gb phone when loading big images returned from yelp API into FlatList

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): Android

my app crashing on my 1gb phone because the images I got back from the yelp API is too big, I tried to hard code some smaller image url in and it work but big image just crash without any error to console the images are displayed on a FlatList, anyway for me to load big image without crashing the app?

yesterday I used this and it works

today, without any change, it stopped working, error is: “FastImageView” was not found in the UIManager

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