react-native component library
npm install rn-vdy-componentsimport { Typography } from 'rn-vdy-components';
// ...
const Component = () => {
return (
<Typography>Hola mundo<Typography>
)
};MIT
Made with create-react-native-library