Skip to content

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

Notifications You must be signed in to change notification settings

jmunckhof/react-native-auth-flow

 
 

Repository files navigation

The Simplest 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 Simplest and Most Efficient Way to create a React Native Authentication Flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 35.2%
  • Java 31.3%
  • Objective-C 22.3%
  • JavaScript 4.3%
  • Ruby 3.9%
  • Starlark 3.0%