react-native-shadow-2
react-native-shadow-2 copied to clipboard
fix: pixel gap from top and bottom in rtl mode
fixed: https://github.com/SrBrahma/react-native-shadow-2/issues/28 reference https://github.com/SrBrahma/react-native-shadow-2/pull/61
https://snack.expo.dev/ssSCzEhwY here is a reproducible example for IOS RTL mode. this issue is fixed by my PR
Hi @numandev1, thanks for the contribution. This solution feels strange to me as the value 1 doesn't seem to take into consideration the device pixel ratio. I believe this solution only fixes the specific test case scenario .
@SrBrahma i tested many devices in RTL mode and it is working for my all devices, you can also test it in RTL mode
fixed: #28 reference #61
https://snack.expo.dev/ssSCzEhwY here is a reproducible example for IOS RTL mode. this issue is fixed by my PR
this help for me
Ty. I will merge this soon.
Just released it under 7.1.0. The conflict was messy to solve so I changed the code directly. I am closing this, although the fix is applied to the code.