@luanyata/react-native-avatar
v1.0.1
Published
Avatar from react native
Downloads
2
Readme
Tecnologies
Installation
npm install @luanyata/react-native-avatar
#or
yarn add @luanyata/react-native-avatar
Usage
import { Avatar } from "@luanyata/react-native-avatar";
// ...
<Avatar
size={100}
name="Luan Lima"
src="https://avatars.githubusercontent.com/u/39541807?v=4"
/>
Props
Contributing
Inspired by react-native-user-avatar. Thank you Muhsin Keloth
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library