reactnatively
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

reactnatively

reactnatively is a lightweight and minimal UI library designed for simplicity and flexibility. It provides essential components and styles to kickstart your React Native projects without unnecessary bloat.

Installation

npm install reactnatively

Usage

import { Wrapper, Text, Heading } from 'reactnatively';

// ...

<Wrapper>
 <Text>Hello</Text>
 <Heading variant="h2">Welcome</Heading>
</Wrapper>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i reactnatively

Weekly Downloads

4

Version

0.1.5

License

MIT

Unpacked Size

5.77 MB

Total Files

135

Last publish

Collaborators

  • hakifred