All Projects → dclipca → react-native-social-buttons

dclipca / react-native-social-buttons

Licence: GPL-3.0 license
Declarative social button components for React Native.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-social-buttons

materialize-social
Social Login Buttons for MaterializeCSS
Stars: ✭ 50 (+66.67%)
Mutual labels:  social, buttons
Valorize Vidas
Sistema de prevenção ao suicídio
Stars: ✭ 214 (+613.33%)
Mutual labels:  social
Socialview
Android TextView and EditText with hashtag, mention, and hyperlink support
Stars: ✭ 217 (+623.33%)
Mutual labels:  social
friendly-plans
Supporting system of behavioral therapy of people with autism. Check starter kit:
Stars: ✭ 24 (-20%)
Mutual labels:  social
E Contact Android
Stars: ✭ 225 (+650%)
Mutual labels:  social
vue-socials
💬 Social media share buttons and counts for Vue.js
Stars: ✭ 32 (+6.67%)
Mutual labels:  social
getbuttons.io
Love Buttons? Get so many button designs. Click Click!!
Stars: ✭ 12 (-60%)
Mutual labels:  buttons
buttons
Make sharing fast and secure.
Stars: ✭ 18 (-40%)
Mutual labels:  buttons
agorava-core
Agorava Core API and Implentations
Stars: ✭ 51 (+70%)
Mutual labels:  social
Hashtegny
jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.
Stars: ✭ 52 (+73.33%)
Mutual labels:  social
Nakama Godot
Godot client for Nakama server written in GDScript.
Stars: ✭ 240 (+700%)
Mutual labels:  social
PolishAnnoyanceFilters
Polskie Filtry Elementów Irytujących ukrywają i blokują wyskakujące okienka, widgety, newslettery, powiadomienia push, strzałki, niezgodne z tematem artykułów otagowane linki wewnętrzne i inne drażniące elementy (Polskie Filtry RODO-Ciasteczkowe są już w nich zawarte).
Stars: ✭ 45 (+50%)
Mutual labels:  buttons
security-demo
Springboot、SpringSecutity常见demo集合
Stars: ✭ 43 (+43.33%)
Mutual labels:  social
Nakama Unity
Unity client for Nakama server.
Stars: ✭ 222 (+640%)
Mutual labels:  social
UserFinder
OSINT tool for finding profiles by username
Stars: ✭ 379 (+1163.33%)
Mutual labels:  social
Icms2
Official Repository for InstantCMS 2.x
Stars: ✭ 215 (+616.67%)
Mutual labels:  social
okuna-web
🌈 Okuna for the web.
Stars: ✭ 65 (+116.67%)
Mutual labels:  social
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-56.67%)
Mutual labels:  social
buttons-collection.scss
[UNMANTAINED] A collection of buttons made with SASS.
Stars: ✭ 33 (+10%)
Mutual labels:  buttons
kiki
An experimental social network that works offline.
Stars: ✭ 44 (+46.67%)
Mutual labels:  social

React Native Social Buttons

Installation

yarn add react-native-social-buttons

or

npm install react-native-social-buttons

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 costumize the buttons using buttonViewStyle={...}, logoStyle={...} and textStyle={...}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].