How to set up React Native authentication with react-native-app-auth

Melih Yumak
ITNEXT
Published in
3 min readMay 1, 2019

--

Photo by CMDR Shane on Unsplash

Versions

Before we start, make sure you have the following versions installed:

“react”: “16.8.3”,
“react-native”: “0.59.1”,
“react-native-contacts”: “3.1.5”,

Here’s the link to the Github repo if you want to check it out

--

--