react-native-figma-squircle icon indicating copy to clipboard operation
react-native-figma-squircle copied to clipboard

Figma-flavored squircles for React Native

Results 2 react-native-figma-squircle issues
Sort by recently updated
recently updated
newest added

Hey, Just something to consider, if Skia is available for the app, we could just use `Skia.SVG.MakeFromString` or similar, to have a more efficient SVG component? Skia docs: https://shopify.github.io/react-native-skia/docs/images-svg/#svg-support

enhancement

react-native-figma-squircle + shadow styles Reproduce: 1. Disable new arch with RCT_NEW_ARCH_ENABLED=0 pod install 2. const SHADOW_MAP: Record = { 0: {height: 0, shadowRadius: 0, elevation: 0}, 100: {height: 2, shadowRadius:...