1.0.7 • Published 5 months ago

react-native-button-paper v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

Custom Paper My Button

React native Custon Button only use for me

Installation

Install my-project with npm

  npm install react-native-button-paper
  OR
 yarn install react-native-button-paper

Basic Example

import React, { Component } from "react";
import { View, Text, StyleSheet } from "react-native";
import { Button } from "react-native-paper";

import Buttononpaper from "react-native-button-paper";

// create a component
const Button = () => {
  return (
    <Buttononpaper
      title={"Npm Button"}
      height={100}
      width={100}
      bgcolor={"#4285F4"}
      borderRadius={8}
      buttonicon={"check-circle"}
      buttonmode={"text"}
      labelcolor={"#fff"}
      titleColor={"#fff"}
      titleFronsize={12}
      onPress={() => {
        console.log("successfull");
      }}
    />
  );
};
1.0.7

5 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago