0.1.0 • Published 4 years ago

react-native-platform-styles v0.1.0

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

Build and test

Installation

npm install react-native-platform-styles

Usage

import { Button } from "react-native-platform-styles";

// ...

<Button
  inline // will render on ios inline
  compact // will render on android compact
  onPress={()=>{}}>
  Click me
  </Button>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT