Socket
Socket
Sign inDemoInstall

react-native-social-buttons

Package Overview
Dependencies
0
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-social-buttons

Declarative social button components for React Native.


Version published
Weekly downloads
285
decreased by-38.97%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

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={...}

Keywords

FAQs

Last updated on 20 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc