Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages