Sim
Sim
Hi I am getting different errors .... undefined is not an obeject(evaluating '_react.PropTypes.number') ... Can you please help me?
I got the same problem. Can anyone help me?
the values set in boxShadow configuration is not affected by UI I can not see any differences or shadows when using defaultConfig values. So I tried to use my own...
``` "shadow-sm": { "default": { "shadowColor": "rgb(0,0,0)", "shadowOffset": { "width": 1, "height": 2 }, "shadowOpacity": 0.05, "shadowRadius": 1 }, "android": { "elevation": 1 } }, "shadow": { "default": { "shadowColor":...
I created my own configuration file based on https://github.com/ajsmth/tailwind-react-native/blob/main/lib/styles.json I only updated shadow sections. replaced values from this site - https://tvke.github.io/react-native-tailwindcss/effects/box-shadow.html
Sure, I did it exactly and got the desired result But I expected to use the same tailwind attributes just like bg-opacity-50
Thank you!