Skip to content

ymmuse/react-native-float-rating-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-float-rating-view

NPM

Installation via rnpm

rnpm install react-native-float-rating-view

How to use

 <View style={styles.container}>
        <FloatRatingView
          style={styles.ratingview}
          emptyImage={require('./StarEmpty.png') }
          fullImage={require('./StarFull.png') }
          maxRating={5}
          minRating={1}
          editable={true}
          rating={3.4} />
  </View>

view demo code

Screenshot

FloatRatingView Demo

More

Details see glenyi/FloatRatingView/README.md

About

Half or float point ratings for React Native iOS (porting https://github.com/glenyi/FloatRatingView with swift)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published