react-native-social-buttons
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

React Native Social Buttons

Expo Snack - Try Now

Installation

yarn add react-native-social-buttons

or

npm install react-native-social-buttons

Try It Live

Explore our buttons in action with a live example on Expo Snack:

Expo Snack - Try Now

Click the badge above to open the project in Expo Snack, where you can view and interact with the components directly in your browser or on your device.

Basic Usage

import React from "react";
import { View } from "react-native";
import { FacebookSocialButton } from "react-native-social-buttons";

export default class App extends React.Component {
  render() {
    return (
      <View>
        <FacebookSocialButton onPress={() => {}} buttonViewStyle={...} logoStyle={...} textStyle={...} />
      </View>
    );
  }
}

You can customize the buttons using buttonViewStyle={...}, logoStyle={...} and textStyle={...}

/react-native-social-buttons/

    Package Sidebar

    Install

    npm i react-native-social-buttons

    Weekly Downloads

    679

    Version

    1.4.2

    License

    MIT

    Unpacked Size

    150 kB

    Total Files

    36

    Last publish

    Collaborators

    • angelxmoreno
    • dclipca