How do I load an image from a web url in AppLoading

Please provide the following:

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

Hello! I am trying to have an image in my app be dynamic, and I want to download it during AppLoading and move on to the second screen that shows the image when the image is loaded. Can I accomplish this using Asset.loadAsync ? If so, how do I reference the image in my app?

Asset.loadAsync([
https://picsum.photos/200’,
]),

<Image source={ <WHAT DO I PUT HERE?> } style={styles.logo} />

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