claudiug / react-native-auth-flow

The Simples and Most Efficient Way to create a React Native Authentication Flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Simples and Most Efficient Way to create a React Native Authentication Flow

Article Cover - Photo by Chris Panas on Unsplash

What does this App do?

  • Connection with API.
  • Data persistence.
  • Update and lister auth state from any App component.

The complete tutorial:

https://lucasgarcez.medium.com/react-native-authentication-flow-the-simplest-and-most-efficient-way-3aa13e80af61

How can I run this App?

Clone project:

git clone https://github.com/LucasGarcez/react-native-auth-flow.git

Install dependecies:

yarn

Install IOS Pods

cd ios && pod install

Run IOS

yarn ios

Run Android

yarn android

About

The Simples and Most Efficient Way to create a React Native Authentication Flow.


Languages

Language:TypeScript 35.1%Language:Java 31.3%Language:Objective-C 22.3%Language:JavaScript 4.3%Language:Ruby 3.9%Language:Starlark 3.0%