<ScratchCard
brushWidth={30}
source={lv1waw9}
style={{
width: 100,
height: 100,
position: "absolute",
margin: 10,
zIndex: 1,
backgroundColor: "transparent",
} }
onScratch={(e) => console.log("percentage",e)}
/>
Percentage is displayed as "Infinity" why ?