@expo/react-native-action-sheet
Version:
A cross-platform ActionSheet for React Native
2 lines • 331 B
JavaScript
import*as React from'react';var context=React.createContext({showActionSheetWithOptions:function showActionSheetWithOptions(options,callback){}});export function useActionSheet(){return React.useContext(context);}var Provider=context.Provider,Consumer=context.Consumer;export{Provider,Consumer};
//# sourceMappingURL=context.js.map