1.0.3 • Published 1 year ago

react-native-core-ui v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago