2.0.3 • Published 1 year ago

@samshashe/react-native-lib v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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={() => {}}
/>
2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago