Number Flow React Native
Examples

Continuous Mode

Full-rotation cascading digits for odometer-like transitions

Set continuous={true} to make unchanged lower-significance digits spin through a full rotation during transitions, creating an odometer-like effect.

Notes

When continuous is enabled and a higher digit changes, lower digits that haven't changed still spin through a full 0–9 cycle. Going from 100 to 200, the ones and tens digits both cascade through a complete rotation even though their final value hasn't changed. This creates the visual impression of the number "passing through" all intermediate values.

On this page