yjb94 / react-native-squircle-skia

Skia based squircle for React Native. draws with Figma squirce style
MIT License
23 stars 1 forks source link

What was the motivation for this lib? #1

Open UchennaOkafor opened 2 years ago

UchennaOkafor commented 2 years ago

Hey 👋,

Nice job on the library. I was wondering, what was the motivation of creating this library instead of using this one https://github.com/tienphaw/react-native-figma-squircle

I have used the 'react-native-figma-squircle' library in the past but I have found it to be buggy, especially on Android, so I was just wondering if that was the reason for you to create your own library using Skia.

yjb94 commented 2 years ago

hey 👍 thx for your interest.

to start from my motivation, I had to create an squircle shape for work. I looked up for other projects and i thought using svg in application environment is not that efficient. then I saw react-native-skia, which will release my stress, cuz it was built with such good graphic library, I just had to make it. that was my motivation, and i am looking forward to design and build other libraries that i can make out of it.

hope you had my answer!

UchennaOkafor commented 2 years ago

@yjb94

I see, thank you for creating this library. I am going to try it out :D