react-native-animated-rolling-numbers
Version:
🚀 The Animated Digits component for React Native seamlessly blends a sophisticated number rotation effect with dynamic value updates, creating an engaging and interactive experience that enhances your user interfaces with a touch of elegance and exciteme
17 lines (16 loc) • 342 B
JSON
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "es2015"],
"allowJs": true,
"jsx": "react",
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"outDir": "./lib",
"rootDir": "./src",
"sourceMap": true
},
"exclude": ["node_modules", "lib"]
}