1.4.2 • Published 7 months ago
react-native-social-buttons v1.4.2
React Native Social Buttons
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:
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={...}
1.4.2
7 months ago
1.4.0
7 months ago
1.3.0
8 months ago
1.2.0
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
5 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.7
5 years ago
1.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago