After I downloaded this package and tried to use it I am geting an error. My code is in the below import Image from 'react-native-transformable-image' ``` return ( <Image source={{uri: 'http'}} style={s.backgroundImage} /> ); ```