├── .babelrc ├── .gitignore ├── LICENSE.md ├── README.md ├── gif ├── example1.gif ├── example2.gif ├── scroll.gif └── toggle.gif ├── index.js └── package.json /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/.babelrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/README.md -------------------------------------------------------------------------------- /gif/example1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/gif/example1.gif -------------------------------------------------------------------------------- /gif/example2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/gif/example2.gif -------------------------------------------------------------------------------- /gif/scroll.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/gif/scroll.gif -------------------------------------------------------------------------------- /gif/toggle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/gif/toggle.gif -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StefanoMartella/react-native-simple-bottom-sheet/HEAD/package.json --------------------------------------------------------------------------------