You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# Squircle shapre renderer for React Native 10x faster than SVG based alternatives
2
+
3
+
This library hooks into the react-native `<View />` component native renderer for iOS and Android to change it's shape, so in the end a `FastSquircleView` is just a normal `View` with a different shape and you can expect close performance to a normal `View`
4
+
1
5
## ✨ Features
2
6
3
7
- 🚀 **Native Performance**: No SVGs involved, it's just a normal `<View />` just with a different shape
0 commit comments