UNPKG

react-native-sticky-header-scrollview

Version:

A React Native Expo compatible sticky header scrollview with customizable header, sticky section, body, and pull-to-refresh. Built with Reanimated.

39 lines 950 B
{ "name": "react-native-sticky-header-scrollview", "version": "1.0.4", "description": "A React Native Expo compatible sticky header scrollview with customizable header, sticky section, body, and pull-to-refresh. Built with Reanimated.", "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/jaybuangan/react-native-sticky-header-scrollview" }, "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "react-native", "sticky-header", "scrollview", "expo", "reanimated" ], "files": ["dist"], "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-reanimated": "*", "expo": ">=51.0.0" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "devDependencies": { "typescript": "^4.9.0" }, "license": "MIT" }