▲ 3 r/expo
a question for people who know android and expo
I'm developing a favorites feature to persist stories. I come from an android instead of react native and expo background. I wanted to use expo sqlite to store into a pages table containing a page_text col and a page_img_link col. In android page_img_link would point to a location on internal storage cached by your image processing library such as Glide, Picasso, or Volley.
My coding agent wants to use a dependency called expo-image-files to persist the images. It sounds like a generic file IO library instead of an image processing library like Glide. Should I use this dependency or select another image specific library?
u/Apprehensive-Wish866 — 5 days ago