How to move directory in assets to documentDirectory in React Native?

My app should show html so I am using react-native-render-html. However, html has multiple images which I have in assets/photos folder.

For this reason, I am trying to move that folder to documentDirectory by using Expo.FileSystem.moveAsync(options) so system can dynamically access all photos but I don’t know how to get URI of assets/photos to provide as a from attribute of options argument.

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