Awaissk
Awaissk
Did you guys figured out any solution for this?
I figured out a solution for this, you can give modify `onFinishRating` prop as following: - `onFinishRating={(rating)=>this.ratingCompleted({rating, customObj: {id: 1, name: 'custom obj'})}` After that your `ratingCompleted` callback will become...
I was facing this issue on `Android 13` but other Android versions were working fine for me so I came up with a hack to solve it. Hope this helps...