UNPKG

rn-customize-avatar

Version:

This package is inspired by whatsapp, instagram custom avatar. You can customize your own avatar and use as a profile in your project

12 lines (8 loc) 208 B
import {SkSVG} from '@shopify/react-native-skia'; interface SkSvgViewProps { svg: SkSVG; width: number; height: number; } declare const SkSvgView: React.FC<SkSvgViewProps>; export default SkSvgView;