Skip to content

Latest commit

 

History

History

rn-sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Logto React Native (Expo) sample

This is the sample app using Logto React Native SDK with Expo managed workflow.

Get started

Replace the following parameters in App.tsx with your Logto project's values:

const redirectUri = 'io.logto://callback';
const endpoint = 'https://<your-logto-endpoint>';
const appId = '<your-app-id>';

Then run the app for development.