Skip to content

Commit f028d91

Browse files
update readme
1 parent 44908b8 commit f028d91

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,25 @@ Universal Style agnostic and accessible react-native components
44

55
## Unstyled Nature
66

7-
RN Primitives provides unstyled components, offering a high degree of customization freedom. By default, the components come without any predefined styles, allowing developers to seamlessly match their app's aesthetics.
7+
Primitives provides unstyled components, offering a high degree of customization freedom. By default, the components come without any predefined styles, allowing developers to seamlessly match their app's aesthetics.
88

99
## Accessibility
1010

11-
Accessibility is a significant focus within RN Primitives. We are dedicated to ensuring our components align with accessibility standards. Our ongoing efforts involve designing and testing components with appropriate labels, roles, and behaviors, aiming to provide an inclusive user experience.
11+
Accessibility is a significant focus within Primitives. We are dedicated to ensuring our components align with accessibility standards. Our ongoing efforts involve designing and testing components with appropriate labels, roles, and behaviors, aiming to provide an inclusive user experience.
1212

13-
### Getting started for contributors
1413

15-
1. Fork, clone, and install the dependencies with `pnpm`
14+
## Pacakges / Libraries
15+
- React (React Native).
16+
- NextJs for demo and testing.
17+
- Expo for demo and testing.
18+
- react-native-web.
19+
- radix-ui.
20+
- TailwindCSS.
21+
- Nativewind.
22+
- Tsup for building TypeScript library.
23+
- Turborepo to manage & scaling monorepos libraries.
24+
25+
1. Install the dependencies with `pnpm`
1626

1727
```bash
1828
pnpm i

0 commit comments

Comments
 (0)