├── .gitignore ├── README.md ├── docs └── demo.gif ├── index.js ├── package.json └── style.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/README.md -------------------------------------------------------------------------------- /docs/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/docs/demo.gif -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/package.json -------------------------------------------------------------------------------- /style.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiewang/react-native-elastic-image-slider/HEAD/style.js --------------------------------------------------------------------------------