We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6067a3 commit c14cd2bCopy full SHA for c14cd2b
demo/src/SwipeRatingScreen.js
@@ -23,10 +23,10 @@ class SwipeRatingScreen extends Component {
23
</View>
24
<ScrollView style={styles.flex} contentContainerStyle={styles.center}>
25
<Card title="DEFAULT" containerStyle={styles.card}>
26
- <Rating showRating={false} fractions={false} />
+ <Rating showRating={false} fractions={false}/>
27
</Card>
28
- <Card title="WITH RATING" containerStyle={styles.card}>
29
- <Rating showRating={true} fractions={false} />
+ <Card title="WITH RATING(custom start value)" containerStyle={styles.card}>
+ <Rating showRating={true} fractions={false} startingValue={ 4 }/>
30
31
<Card title="WITH FRACTIONS" containerStyle={styles.card}>
32
<Rating
0 commit comments