mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-14 18:09:24 +08:00
* Initial implementation of Touchable component * Export touchable component * Fix export statement * Edit Touchable Component * Fix export statement * Update example app with usage of touchable component * Make eslint happy * Change style propType * Change Touchable name => TouchableRipple, add check on older versions of Android and change borderLess prop to borderless * Remove usage of TouchableRipple from example app