Tien Pham
Tien Pham
I made [react-native-capsize](https://github.com/tienphaw/react-native-capsize) a while ago, really glad to see React Native getting official support! > Not sure about this repo owning the react-native example code though, as it looks...
I couldn't reproduce this on my machine. Could you provide a minimal repro?
Hi @max-frai, I just published a new version (0.3.1), now everything is rounded with `toFixed(4)`. Can you give it a try?
Have you tried this https://github.com/phamfoo/react-native-figma-squircle/issues/8#issuecomment-998414506?
Without a solid background RN will fall back to pixel based shadow, there's no way around that. https://github.com/facebook/react-native/blob/486d38c0242989e0d22b0d9b13dd597a29014c0f/packages/react-native/React/Views/RCTView.m#L882 You could set a solid background color and a borderRadius, the value...