@samshashe/react-native-lib

2.0.3 • Public • Published

@samshashe/react-native-lib

Helpers and common components for react native applications

Installation

npm install @samshashe/react-native-lib

Usage

import { CustomButton } from '@samshashe/react-native-lib';

// ...

<CustomButton
  buttonColor="#292d3e"
  title="Submit"
  buttonStyle={{ flex: 1, height: 50, borderRadius: 25 }}
  onPress={() => {}}
/>

Readme

Keywords

Package Sidebar

Install

npm i @samshashe/react-native-lib

Weekly Downloads

21

Version

2.0.3

License

MIT

Unpacked Size

20.4 kB

Total Files

13

Last publish

Collaborators

  • samshashe