-
-
Notifications
You must be signed in to change notification settings - Fork 368
Add border curve for continuous borders on iOS #904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -0,0 +1 @@ | |||
/// <reference types="nativewind/types" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to remove type errors for className as per the docs: https://www.nativewind.dev/v4/getting-started/typescript
Hello @lewiscasewell, is this something I can add to my own app before it gets merged here? I tried re-using the plugin and theme extension, but that doesn't do anything 🤔 |
Yeah @quentez, you can copy these changes and use patch-package |
Are there any blockers on this? Happy to help get it through the finish line. |
Had some merge conflicts which i have fixed @danstepanov @marklawlor ready for review again |
Adding border curve support to iOS
Related issue #522
Adds
border-continuous
andborder-circular
for RN stylesborderCurve: "continuous"
andborderCurve: "circular"
respectively.Demo
Continuous:


Circular: