/project-asdf

A component library example for React Native

Primary LanguageJavaMIT LicenseMIT

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