Jamal-ReachFirst

Results 47 comments of Jamal-ReachFirst

> > Look at the output [here](https://github.com/react-navigation/react-navigation/issues/11047#issuecomment-1354534536) > > yes, I´m facing the same issue. Did you fixed it? In production (release app) the delay is not that long, I...

@hoaphantn7604 I was facing this issue after updating to the latest version. I downgrade to v3.1.0, it has no such delay.

Downgraded to node v16.20.1 react-native v0.67.4 Still facing this issue

Facing the same issue

I am facing exactly the same issue **Usage:** ``` const App = () => { // other code return( // other code ) } ``` **RatingComponent:** ``` // Other imports...

> @Monte9 @pureinx How can i use `defaultRating={5.6}` in my code below? > > ``` > > const RATING_LOGO = require('./logo/mask.png'); > > type="custom" > ratingImage={RATING_LOGO} > ratingColor= '#836478' >...

> You can assign the prop 'default value' to a state For example defaultRating={this.state.rating} Now reset your state to 0 or whatever initial value you want not working