├── .gitignore ├── .npmignore ├── LICENSE ├── README.md ├── index.js ├── package.json ├── phone.gif └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/.npmignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/package.json -------------------------------------------------------------------------------- /phone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/phone.gif -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ancyrweb/react-native-vertical-swipe/HEAD/yarn.lock --------------------------------------------------------------------------------