@ekosh02/react-native-animated-header-scroll-view
Version:
Lightweight React Native ScrollView with animated header. No reanimated or gesture-handler required.
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "@ekosh02/react-native-animated-header-scroll-view",
"description": "Lightweight React Native ScrollView with animated header. No reanimated or gesture-handler required.",
"version": "1.2.3",
"main": "src/index.ts",
"scripts": {
"prettier": "npx prettier . --write"
},
"keywords": [
"react-native",
"react native scroll view",
"react native header",
"react native dynamic header",
"react native animation",
"react native zoom animation",
"react native ui",
"scrollview",
"header",
"animated",
"animation"
],
"author": "Yeldos Turapbayev",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ekosh02/react-native-animated-header-scroll-view"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-native": "^0.72.8",
"prettier": "3.5.3",
"react-native-safe-area-context": "5.0.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"react-native-safe-area-context": ">=5.0.0"
}
}