Skip to content

Learn how to integrate Back4app authentication with React Native (Expo) app.

Notifications You must be signed in to change notification settings

duplxey/back4app-expo-auth

Repository files navigation

back4app-expo-auth

This repository demonstrates how to add Back4app authentication to a React Native (Expo) app.

For more information check out the article.

Development Setup

  1. Clone the repository.

  2. Install the dependencies:

    $ npm install
  3. Create a .env file in the root directory and add the following environment variables:

    EXPO_PUBLIC_APPLICATION_ID=<your-back4app-application-id>
    EXPO_PUBLIC_JAVASCRIPT_KEY=<your-back4app-client-key>

    To obtain the keys, log into your Back4app, select your app, and navigate to "App Settings > Security & Keys".

  4. Start the Expo server:

    $ npx expo start
  5. Press a to open the app in an Android emulator or i to open the app in an iOS simulator.

  6. Voila! You have successfully set up the project.

About

Learn how to integrate Back4app authentication with React Native (Expo) app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published