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.

7 lines 300 B
import { requireNativeView } from "expo"; import * as React from "react"; const NativeView = requireNativeView("ReactNativeAnimatedNumber"); export default function ReactNativeAnimatedNumberView(props) { return <NativeView {...props}/>; } //# sourceMappingURL=ReactNativeAnimatedNumberView.js.map