React Native UI Library for Chapshop
yarn add @techlexity/chapshop_mobile_ui_lib
import { Button } from '@techlexity/chapshop_mobile_ui_lib';
// ...
return (
<View>
<Button title="Button" onPress={() => {}} size="large" />
</View>
);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library