Skip to content

react-native-social-buttons/react-native-social-buttons

Repository files navigation

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

About

Declarative social button components for React Native.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy