Setting Up.

Get Uilora running in your project in minutes. We support Expo and standard React Native workflows.

Copy & Paste

The easiest way. Just copy our source code directly into your project. No extra packages to manage.

Currently Active

Uilora Package

A full-featured SDK for advanced teams. Manage all components through a single command line.

In Development

The Step-by-Step Guide

01

Start your project

First, create a new Expo app if you haven't already. We recommend using the latest version for the best experience.

Terminal
npx create-expo-app@latest
02

Add basic tools

Our components need these standard tools to handle animations, blurs, and beautiful gradients.

Terminal
npx expo install react-native-reanimated expo-blur expo-linear-gradient
03

Update config

Add the Reanimated plugin to your babel.config.js file to make sure smooth animations are enabled.

Terminal
plugins: ['react-native-reanimated/plugin']
04

Add components

Now you're ready! Browse our library, find a component you like, and copy the code into your project.

Ready to build?

Your environment is set. Now go explore the library and start building something amazing.