UNPKG

@birdwingo/react-native-spinning-numbers

Version:

The component offers a highly customizable and captivating way to display numerical values within your React Native application. This component combines an elegant visual effect of rotating numbers with the ability to dynamically change values, adding int

44 lines 862 B
{ "compilerOptions": { "target": "esnext", "module": "commonjs", "lib": [ "ES2021" ], "allowJs": true, "jsx": "react-native", "declaration": true, "sourceMap": true, "outDir": "./dist", "declarationDir": "./dist", "noEmit": true, "incremental": true, "isolatedModules": true, "strict": true, "noImplicitAny": true, "moduleResolution": "node", "baseUrl": "./src", "paths": { "~/*": [ "*" ] }, "types": ["react"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": false, "resolveJsonModule": true }, "include": [ "src/**/*.ts", "src/**/*.tsx" ], "exclude": [ "node_modules", "modules", "babel.config.js", "metro.config.js", "jest.config.js", "commitlint.config.js", ] }