Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bang88/tanjun
- Owner: BANG88
- License: mit
- Created: 2021-11-04T04:22:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T03:56:45.000Z (about 3 years ago)
- Last Synced: 2024-11-08T16:05:16.232Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.12 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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