expo-cache-image
v1.0.7
Published
Super fast cached image component for react-native applications built with expo
Downloads
5
Readme
expo-cache-image
Super fast cached image component for react-native applications built with expo
Usage
Add to project
Installation
Install my-project with npm or yarn
npm install expo-cache-image
or
yarn add expo-cache-image
cd my-project
Usage/Examples
import CacheImage from 'expo-cache-image'
function App() {
return {
<CacheImage
url={imageUrl}
type='autoHeight'
/>
}
}
Documentation
name | type | isRequired | default | description --- | --- | --- | --- |--- | url | string | true | null | url to the internet style | object | true | null | custom style your image width | number | maybe | null | with of image it's required for autoHeight type resizeMode | string | maybe | contain | resize mode of image center, contain, cover, repeat, stretch type | string | true | null | format of image image, autoHeight
🚀 About Me
I'm a Frontend developer, and I'm very passionate and dedicated to my work. With more than 5 years of experience as a professional web develope...
🔗 Links
🛠 Skills
Javascript, HTML, CSS, React, React Native, Vue...
Acknowledgements
Feedback
If you have any feedback, please reach out to us at [email protected]