UNPKG

react-native-dom-expo

Version:

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

5 lines (4 loc) 129 B
export default function Swipeable({ children }) { console.warn('Swipeable is not yet supported on web.'); return children; }