UNPKG

@quanna/react-native-animated-number

Version:

A React Native component for displaying animated numbers, written in SwiftUI for seamless and super-smooth animations when changing numeric values.

9 lines (6 loc) 256 B
import { requireNativeModule } from "expo"; declare class ReactNativeAnimatedNumberModule {} // This call loads the native module object from the JSI. export default requireNativeModule<ReactNativeAnimatedNumberModule>( "ReactNativeAnimatedNumber", );