@blinn-motion/react-native renders a MotionDoc onto native <View> and <Text> elements. There’s
no native module and no Skia dependency — it shares the same pure-JS core maths as
every other adapter, so timing matches the web exactly.
Install
Use it
Props
The animation document to play.
Restart when the timeline ends.
Start playing on mount.
Style for the host view (size, position, background).
Expo
The adapter is pure JS, so it runs under Expo without any config plugin or prebuild. Drop a<BlinnMotionView /> into your screen and go.