@widergy/react-native-social-auth
v1.0.0
Published
Widergy's own React Native authentication library
Downloads
226
Keywords
Readme
react-native-social-auth
Widergy's own React Native authentication library
Ready, set, auth!
Installation
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
- Example app: Example app for easier testing!
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:
npm adduser
npm login
npm publish