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