A wrapper for react-native-paper and react-native-ios-kit that use's react native paper for android and ios kit for IOS
npm install react-native-platform-styles
import { Button } from "react-native-platform-styles";
// ...
<Button
inline // will render on ios inline
compact // will render on android compact
onPress={()=>{}}>
Click me
</Button>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT