const useImageContainer = () => { const imageUrl = { uri: 'https://shopify.github.io/react-native-skia/img/logo.png' }; return { imageUrl }; }; export default useImageContainer;