This component can be used to display pictures that you might want to be cached on the device so that they do not need a lot of time to load later.

To view the props that Cachable Image can take, please visit the following Github Repository:

https://www.npmjs.com/package/react-native-fast-image

<CachableImage
source={{ uri: props.imageIconPath }}
style={[globalStyles.flex, { borderRadius: 5, }]}
resizeMode={'stretch'}
/>