The function in the line of code below works fine on IOS, but not on Android. Why could it be?
<Path
onPress={() => changeCeiling(ceilingCount === 0 ? "#F7CB52" : ceilingCount === 1 ? "#EB4573" : "#00B8FE")} fill={ceiling}
id="Path_3647"
data-name="Path 3647"
d="M4398.123,8491.008c.222,7.107,0,15.558,0,15.558v39.352s17.227,4.751,33.4,4.82a119.782,119.782,0,0,0,31.286-4.546l-.116-40.973s-.016-7.205.706-14.211S4397.9,8483.9,4398.123,8491.008Z"
transform="translate(-4243.262 -8053.945)"
stroke="#707070"
stroke-width="1"
/>