'Where the cached imaged is stored in the app if I use react-native FastImage?

<FastImage
        style={styles.image}
        source={{
          uri: weatherImg,
        }}
      />

Is this code enough for caching the image in react-native? How do I know if the image is cached? Where the cached image is stored in react-native app? How will I know it is not making a new network request?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source