UNPKG

react-native-dom-expo

Version:

A patch library to make Expo work with react-native-dom

7 lines (6 loc) 291 B
export default function gestureHandlerRootHOC(Component) { // Empty implementation that just returns component directly, // GestureHandlerRootView is only required to be instantiated on Android. // All other targets (ios, web, macos, ect...) should do nothing. return Component; }