0.3.1 • Published 3 years ago

project-asdf v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

project-asdf

A component library example for React Native

Installation

yarn add project-asdf

Usage

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

0.3.1

3 years ago

0.3.0

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago