Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bang88/tanjun

簡単なReact NativeのUI。Writing effective React Native App's style easier.
https://github.com/bang88/tanjun

Last synced: 2 months ago
JSON representation

簡単なReact NativeのUI。Writing effective React Native App's style easier.

Awesome Lists containing this project

README

        





# Tanjun

> Write React Native style in an easy way and restore the original design one to one. Get size from designer and use it in your app.
> **Happy coding!**

## Installation

```sh
yarn add tanjun
```

## Usage

```jsx
import { TanjunProvider, View, Text } from 'tanjun'

const App = () => (

// The width and height or the font size are obtained from the design

Hello Tanjun


)
```

## Advanced Usage

You can provide your own `Image` `Text` `View` implementations. Please move to [`example/src/my-own-proivder.tsx`](example/src/my-own-proivder.tsx) for more details.

## License

MIT