UNPKG

react-native-use-in-view

Version:

A versatile and efficient React Native component designed for seamless integration of scroll-based features into mobile applications. This package offers a powerful ScrollView observer that allows developers to easily track and respond to scroll events an

24 lines (23 loc) 612 B
{ "compilerOptions": { "target": "esnext", "lib": ["dom", "esnext"], "jsx": "react", "moduleResolution": "node", "esModuleInterop": true, "typeRoots": ["./ts-declarations", "node_modules/@types"], "sourceMap": true, "declaration": true, "declarationMap": true, "inlineSources": true, "strictNullChecks": true, "strictPropertyInitialization": true, "strictFunctionTypes": true, "skipLibCheck": true, "noImplicitThis": true, "noImplicitReturns": true, "outDir": "./build" }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }