0.2.4 • Published 1 year ago

@lowkey/react-native-ellipse-view v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-ellipse-view

View smoothly rounded with Bézier curve for React Native.

Installation

npm install @lowkey/react-native-ellipse-view

or

yarn add @lowkey/react-native-ellipse-view

Usage

import EllipseView from "@lowkey/react-native-ellipse-view";

// ...

<EllipseView style={styles.ellipseViewContainer}>
    <Image source={require('./example.jpeg')} style={styles.avatar} />
</EllipseView>

Props

PropertyTypeDefaultRequiredDescription
roundnessnumber (0-1)0.45falseChanges the "borderRadius" of the ellipse

Contributing

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

License

MIT

0.2.4

1 year ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago