Getting started
Quick Start
One package, zero native code. The bundler picks the right build automatically: Metro for React Native, Webpack/Vite for web.
1. Install
2. Wrap your component
3. Pass one or two props
4. (Optional) Global theme
Animations
React Native only: wave and shiver require a LinearGradient peer. Install
expo-linear-gradient or react-native-linear-gradient. Both are auto-detected, no config needed. On web, CSS gradients are used instead.MIT License · github.com/J-Ben/skelter