SohaibKtb

Results 20 comments of SohaibKtb

same here, I set the tint color to red, but when I change the rating from 5 to 1, the background color of the stars changes to transparent. for: ```...

I tried it this way and it worked: ```jsx const [focusPoints, setFocusPoints] = useState({ x: 0, y: 0 }); const handleDoubleTapToFocus = (points) => { setFocusPoints({ x: points.x, y: points.y...

@KingOfTNT10 thanks for your help, I changed to react native ble manager, it is more stable and easier, it takes me a day to migrate with no issues, the response...