This is the sample app using Logto React Native SDK with Expo managed workflow.
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.