react-native-core-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

react-native-core

base UI core for react native

Installation

npm install react-native-core

Usage

import { fs, vs, useTranslation } from 'react-native-core-ui';

// ...
const t = useTranslation();
// ...
<Text style={{fontSize: fs(16), height: vs(20)}}>{t('en')}</Text>

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

/react-native-core-ui/

    Package Sidebar

    Install

    npm i react-native-core-ui

    Repository

    github.com

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    96.6 kB

    Total Files

    80

    Last publish

    Collaborators

    • thawzinlinn