I was able to achieve this by using expo's FileSystem.downloadAsync: first I import it since I'm using expo managed app: import { FileSystem } from 'expo'; ...
確定! 回上一頁