react-native-parallax-header-scrollview
Version:
A scrollview with parallax sticky header using native driver
28 lines (27 loc) • 804 B
JSON
{
"name": "parallax-header",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "1.6.0",
"jest-expo": "^22.0.0",
"react-test-renderer": "16.0.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"expo": "^22.0.0",
"react": "16.0.0",
"react-native": "^0.45.0",
"react-native-parallax-header-scrollview": "git+https://github.com/dev-insight/react-native-parallax-header-scrollview.git#master"
}
}