Skip to content

Save time and effort with our ready-to-use SVG shapes. Create beautiful, professional designs without the hassle

Notifications You must be signed in to change notification settings

krishna-gujjjar/piccy

Repository files navigation

Piccy

Static Badge NPM Downloads npm bundle size GitHub repo file or directory count (in path) NPM License

Save time and effort with our ready-to-use SVG shapes. Create beautiful, professional designs without the hassle.

Demo

Screenshot-01 Screenshot-02 Screenshot-03
Screenshot_2024-08-07-21-59-14-921_host exp exponent Screenshot_2024-08-07-21-35-21-326_host exp exponent Screenshot_2024-08-07-21-35-02-913_host exp exponent

Installation

Using NPM

npm install @piccy/native

Using Yarn

yarn add @piccy/native

Using PNPM

pnpm add @piccy/native

Using Bun

bun add @piccy/native

Dependencies

For Expo

bunx expo install react-native-reanimated react-native-svg

For React Native

bun add react-native-reanimated react-native-svg

Usage

import { View } from "react-native";
import { Avatar } from "@piccy/native";

export default () => (
  <View style={{ flex: 1 }}>
    <Avatar
      source={{ uri: "https://picsum.photos/100" }}
      value="[email protected]"
    />
    <Avatar value="krishna gujjjar" />
    <Avatar value="[email protected]" withShape={false} />
    <Avatar value="piccy" />
  </View>
);

License

MIT © Krishna Gujjjar

Contributing

Contributions are welcome! Please open an issue or submit a pull request on GitHub.

Acknowledgements