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.

6 lines 403 B
// Reexport the native module. On web, it will be resolved to ReactNativeAnimatedNumberModule.web.ts // and on native platforms to ReactNativeAnimatedNumberModule.ts export { default } from './ReactNativeAnimatedNumberModule'; export { default as ReactNativeAnimatedNumberView } from './ReactNativeAnimatedNumberView'; export * from './ReactNativeAnimatedNumber.types'; //# sourceMappingURL=index.js.map