I am using Expo vector Icon in my app with React Native. I'm using icons as below and it works fine for all the props. However, I've been trying to change the background color and it doesn't change as expected. I've checked the docs and all the properties work as expected except for backgroundColor
. Any idea why it isn't working?
<AntDesign name={name} size={size} color={color} iconStyle={iconStyle} backgroundColor="red"/>