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 ActiveUilora Package
A full-featured SDK for advanced teams. Manage all components through a single command line.
In DevelopmentThe Step-by-Step Guide
Start your project
First, create a new Expo app if you haven't already. We recommend using the latest version for the best experience.
npx create-expo-app@latestAdd basic tools
Our components need these standard tools to handle animations, blurs, and beautiful gradients.
npx expo install react-native-reanimated expo-blur expo-linear-gradientUpdate config
Add the Reanimated plugin to your babel.config.js file to make sure smooth animations are enabled.
plugins: ['react-native-reanimated/plugin']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.
