Skip to content

Commit f09e4c3

Browse files
committed
chore: updated readme.md
1 parent cddf8d9 commit f09e4c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## SVA
1+
## Jacaranda
22

3-
SVA (Style Variant API) provides a way to define styles in React Native with better experience and composability. The key featuare is the ability to create multi-variants styles with a type-safe definition inspired by [Stitches](https://stitches.dev/docs/variants) and [CVA](https://cva.style/docs/getting-started/variants) (for React apps)
3+
Provides a way to styling components in React Native with better experience and composability. The key feature is the ability to create multi-variants styles with a type-safe definition inspired by [Stitches](https://stitches.dev/docs/variants) and [CVA](https://cva.style/docs/getting-started/variants) (for React apps).
44

55
#### Currently properties:
66

@@ -19,7 +19,7 @@ SVA (Style Variant API) provides a way to define styles in React Native with bet
1919
### Example of usage
2020

2121
```tsx
22-
import { styles } from 'sva';
22+
import { styles } from 'jacaranda';
2323

2424
// With React Native screens
2525
export const Button = () => {
@@ -55,3 +55,5 @@ const buttonStyles = styles({
5555
},
5656
});
5757
```
58+
59+
Copyright @ 2025 by Javier Diaz

0 commit comments

Comments
 (0)