react-native-platform-styles
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

A wrapper for react-native-paper and react-native-ios-kit that use's react native paper for android and ios kit for IOS


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

/react-native-platform-styles/

    Package Sidebar

    Install

    npm i react-native-platform-styles

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    27.7 kB

    Total Files

    30

    Last publish

    Collaborators

    • hunterway55