UNPKG

react-native-swipeout-component

Version:

`React Native Swipeout` is a customizable swipeable row component for React Native, allowing you to create swipe actions like deleting, archiving, or other actions you might want to trigger with a swipe.

19 lines (18 loc) 402 B
{ "compilerOptions": { "target": "ES2016", "module": "ESNext", "lib": ["DOM", "ESNext"], "declaration": true, "outDir": "./lib", "rootDir": "./src", //"strict": true, "esModuleInterop": true, "skipLibCheck": true, "noEmit": false, "jsx": "react-native", "moduleResolution": "Node" }, "include": ["src/**/*"], "exclude": ["node_modules", "lib"] }