# Getting started with React Native authentication

DevFeed: [Getting started with React Native authentication](<https://devfeed.tech/articles/getting-started-with-react-native-authentication-531.md>)

Original publisher: [Read original article](<https://supabase.com/blog/react-native-authentication>)

Author: Thor Schaeff

Published: 2023-11-16T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [React Native](<https://devfeed.tech/topics/react-native.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Expo](<https://devfeed.tech/topics/expo.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [getting-started](<https://devfeed.tech/tags/getting-started.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [react-native](<https://devfeed.tech/tags/react-native.md>)

## AI overview

A tutorial on implementing authentication in React Native applications. It covers mobile-specific login options such as Sign in with Apple, Google One Tap sign-in, SMS, and WhatsApp, and explains how to configure Supabase with Expo, persistent storage, and optional encrypted session storage.

## Source excerpt

Learn how to implement authentication in your React Native applications.