A component library example for React Native
yarn add project-asdf
import { Button } from "project-asdf";
const MyComponent = () => (
<Button label="Press me" onPress={() => console.log('Pressed')} />
);
export default MyComponent;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT