@widergy/react-native-social-auth

1.0.0 • Public • Published

react-native-social-auth

Widergy's own React Native authentication library

Ready, set, auth!

logo

Installation

  1. yarn add @widergy/react-native-social-auth.

Components

  • AuthButton: Component that covers all (icon, text) variants for authentication buttons!
  • TwitterAuth: Our own Twitter authentication component

Example app

Adding a new component

When the need arrives, and a new component has to be added, please:

  • Maintain the example app: Add the corresponding screen to test the new component.
  • Document the changes: Add a new README.md inside the component's directory and link it from the previous section of this file as: [ComponentName](lib/compontents/ComponentName). Here you should briefly describe its goal and the purpose of each prop, including its type.

Publish a new version:

Create a new tag, release branch and push it to github using yarn run release $version

A new version is published on npm using bitrise every time we push commits on master. To publish a new version manually, follow the next steps:

  1. npm adduser
  2. npm login
  3. npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @widergy/react-native-social-auth

Weekly Downloads

91

Version

1.0.0

License

MIT

Unpacked Size

17.7 kB

Total Files

17

Last publish

Collaborators

  • widergy.npm
  • guidodinatale
  • santicamm
  • alcurvelo
  • fiozzoli
  • sgulino
  • gmlipina