Skip to main content

Build a Native / Mobile App with Ory

Ory supports native and mobile apps natively. To get building, pick the technology you are using:

For more information on Ory Cloud SDK and Services and please see the Services & APIs docs.

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 Ory Cloud Project slug head over to Services & APIs and copy the SDK Configuration. 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 and also sell it :)