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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @samshashe/react-native-lib

    Weekly Downloads

    1

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    20.4 kB

    Total Files

    13

    Last publish

    Collaborators

    • samshashe