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.
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";
<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