UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

7 lines (6 loc) 352 B
"use strict"; export { BaseButton, BorderlessButton, PureNativeButton, RawButton, RectButton } from './GestureButtons'; export { FlatList, RefreshControl, ScrollView, Switch, TextInput } from './GestureComponents'; export { default as Pressable } from './Pressable'; export { Touchable } from './Touchable/Touchable'; //# sourceMappingURL=index.js.map