JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4568
  • Score
    100M100P100Q122802F
  • 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

The best animated number component for React Native.

npm version license


For full documentation, visit number-flow-react-native.awingender.com.

Quick start

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

<NumberFlow
  value={1234.56}
/>;

Attribution

This library is a complete React Native reimplementation of NumberFlow by Max Barvian. Please check it if you need an animated number component for the web.

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