项目作者: Bunlong

项目描述 :
A tiny star rating component with custom icons for React Native.
高级语言: TypeScript
项目地址: git://github.com/Bunlong/react-native-star.git
创建时间: 2021-03-31T06:05:56Z
项目社区:https://github.com/Bunlong/react-native-star

开源协议:MIT License

下载


react-native-star

A tiny star rating component with custom icons for React Native.

🔧 Install

react-native-star is available on npm. It can be installed with the following command:

  1. npm install react-native-star --save

react-native-star is available on yarn as well. It can be installed with the following command:

  1. yarn add react-native-star

Usage

  1. import { Star } from "react-native-star";
  2. export default function App() {
  3. return (
  4. <Star
  5. onChange={(value) => {console.log(value)}}
  6. />
  7. );
  8. }

❗ Issues

If you think any of the react-native-star can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.

🌟 Contribution

We’d love to have your helping hand on contributions to react-native-star by forking and sending a pull request!

Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)

How to contribute:

  • Open pull request with improvements
  • Discuss ideas in issues
  • Spread the word
  • Reach out with any feedback

✨ Contributors







Bunlong



Bunlong


⚖️ License

The MIT License License: MIT