0.1.0 • Published 2 years ago

react-native-auto-layout-height-image v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-auto-layout-height-image

React-Native auto height image

Installation

npm install react-native-auto-layout-height-image

Usage

import { AutoHeightImage } from "react-native-auto-layout-height-image";

// ...

return (
    <AutoHeightImage
       source={{uri: 'https://example.com/hoge.png'}}/>
)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT