@lowkey/react-native-ellipse-view

Rounded view for React Native

Usage no npm install needed!

<script type="module">
  import lowkeyReactNativeEllipseView from 'https://cdn.skypack.dev/@lowkey/react-native-ellipse-view';
</script>

README

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>

Contributing

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

License

MIT