rslabdocs

Getting started

Install RSLAB animations in your Expo app.

RSLAB is a component library for Expo and React Native. Every animation ships as source code, written with Reanimated, Skia, Gesture Handler and WebGPU. You install it, you own it, you tune it.

Requirements

  • An Expo app on SDK 57 or newer
  • react-native-reanimated and react-native-gesture-handler
  • Some animations need @shopify/react-native-skia or react-native-webgpu, each entry lists its stack in the registry

Install an animation

npx @rslab/cli add pull-search

The CLI writes the component into your project, tells you which dependencies are missing and never touches anything else. It works with npm, pnpm, yarn and bun. The code is yours after that, edit it freely.

Open source

Every entry is open source under MIT and links straight to its code on GitHub. New animations drop regularly, leave your email on the homepage to hear about each one.

Coming from the lab

Every animation starts as an experiment on rselmi.com/lab, with a full breakdown of how it works. The registry versions are the polished, props-driven builds.

On this page