GT2/GT2-iOS/node_modules/react-native-gesture-handler/gestureHandlerRootHOC.ios.js

6 lines
220 B
JavaScript
Raw Normal View History

2018-02-12 17:26:06 +00:00
export default function gestureHandlerRootHOC(Component) {
// Empty implementation that just returns component directly,
// GestureHandlerRootView is only required to be instantiated on Android
return Component;
}