Skip to main content

Build a Native / Mobile App with Ory

Ory Cloud supports native applications, for example browser apps, single page apps (SPAs), and mobile apps.

React Native

The React Native example and its accompanying guide are using Ory Cloud's playground project to showcase how adding Ory to native apps works. You can download and try out this app from the Apple App Store and Google Play Store.

If you have an Ory Cloud Project, try entering your Ory Cloud Project's slug in the "Project" text field.

Enter the Project Slug in the Ory Profile App

To get your project's slug, sign in at console.ory.sh, select Connect from the left navigation panel, and copy the URL from the SDK Configuration section. The slug is the part between https:// and projects.oryapis.com.

For example, given the following SDK URL

https://jolly-proskuriakova-xf13qw5t8g.projects.oryapis.com

the slug would be

jolly-proskuriakova-xf13qw5t8g

Feel free to use our React Native repository as the starting point for your application! It's licensed as Apache 2.0, which means that you can customize in accordance with the Ory repo's Apache 2.0 license.