react-native-platform-styles
v0.1.0
Published
A wrapper for react-native-paper and react-native-ios-kit
Downloads
2
Readme
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