Answer the question
In order to leave comments, you need to log in
Why does expo-file-system boot stop?
Here is the code, it works fine for a small number of files:
for (const filename of this.state.iconFiles) {
const apiUrl = Config.siteURL;
const result = await FileSystem.downloadAsync(
`${apiUrl}/${filename}`,
`${FileSystem.documentDirectory}${filename}`
);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question