0.1.27 • Published 11 months ago

@12peanuts/design-system-react-native v0.1.27

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@12peanuts/design-system-react-native

A set of UI components for ReactNative. If you are looking for UI kit, try this in your project.

Installation

Using npm:

npm install @12peanuts/design-system-react-native

Using yarn:

yarn add @12peanuts/design-system-react-native

Usage

After installation, wrap your entry point with <ThemeProvider> that supports predefined theme.

import React from 'react';
import { ThemeProvider } from '@12peanuts/design-system-react-native';

export default function App() {
    return (
        <ThemeProvider>
            <RootView />
        </ThemeProvider>
    );
}

⚠️ if you want to use Tabs, you need to install react-native-reanimated(3.1.0) first.

Tutorials

Contribution

This project is an open source project with MIT license - you can browse source code and use components in your applications without any limitations. Although th project is open source, we do not accept any contributions to this project.

License

MIT


0.1.27

11 months ago

0.1.20

12 months ago

0.1.21

12 months ago

0.1.22

12 months ago

0.1.23

12 months ago

0.1.24

11 months ago

0.1.25

11 months ago

0.1.26

11 months ago

0.1.19

12 months ago

0.1.18

12 months ago

0.1.17

12 months ago

0.1.16

12 months ago

0.1.15

12 months ago

0.1.14

12 months ago

0.1.13

12 months ago

0.1.11

12 months ago

0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago