JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4568
  • Score
    100M100P100Q122774F
  • License MIT

Animated number transitions for React Native — View-based and Skia renderers

Package Exports

  • number-flow-react-native
  • number-flow-react-native/native
  • number-flow-react-native/package.json
  • number-flow-react-native/skia

Readme

number-flow-react-native demo

number-flow-react-native

An animated number component for React Native.
Inspired by NumberFlow.

npm version license


For full documentation, visit DOCS_URL.

Quick start

npm install number-flow-react-native react-native-reanimated
import { NumberFlow } from "number-flow-react-native/native";

<NumberFlow
  value={1234.56}
  format={{ style: "currency", currency: "USD" }}
  style={{ fontSize: 32, color: "#000" }}
/>;

Attribution

This library is a React Native reimplementation inspired by NumberFlow by Maxwell Barvian. The animation patterns, easing curves, and digit-rolling approach are adapted from the original web implementation. All code is original — no source code is shared.

License

MIT