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
An animated number component for React Native.
Inspired by NumberFlow.
For full documentation, visit number-flow-react-native.awingender.com.
Quick start
npm install number-flow-react-native react-native-reanimatedimport { 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