2.0.2 • Published 5 days ago

@samshashe/react-native-lib v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days 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.2

5 days ago

2.0.1

10 days ago

2.0.0

10 days ago

0.0.5

3 months ago

0.0.4

6 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago