https://github.com/appandflow/react-native-kondo
React Native primitives and utilities for design systems
https://github.com/appandflow/react-native-kondo
Last synced: about 1 year ago
JSON representation
React Native primitives and utilities for design systems
- Host: GitHub
- URL: https://github.com/appandflow/react-native-kondo
- Owner: AppAndFlow
- License: mit
- Created: 2019-03-15T17:18:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:44:49.000Z (over 3 years ago)
- Last Synced: 2025-05-07T11:15:57.432Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://react-native-kondo.netlify.com
- Size: 2.35 MB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# react-native-kondo
React Native primitives and utilities for design systems.
Draws a lot of inspiration from [Rebass](https://github.com/jxnblk/rebass).
## Installation
```sh
npm i react-native-kondo
```
## Usage
Import and use the the components
```jsx
import React from 'react';
import { Box, Text, Touchable } from 'react-native-kondo';
const HomeScreen = () => (
Home
Continue
Cancel
);
```
## Documentation
https://react-native-kondo.netlify.com