base UI core for react native
npm install react-native-core
import { fs, vs, useTranslation } from 'react-native-core-ui';
// ...
const t = useTranslation();
// ...
<Text style={{fontSize: fs(16), height: vs(20)}}>{t('en')}</Text>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library