Skip to content

Lowkeychat/react-native-ellipse-view

 
 

Repository files navigation

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

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 39.3%
  • Java 30.1%
  • TypeScript 12.6%
  • JavaScript 7.0%
  • Kotlin 5.6%
  • Ruby 4.6%
  • Other 0.8%