react-native-mock-tmp-build
Version:
A fully mocked and test-friendly version of react native
11 lines (6 loc) • 353 B
JavaScript
var ActionSheetManager={
showActionSheetWithOptions:function(){function showActionSheetWithOptions(options,callback){
}return showActionSheetWithOptions;}(),
showShareActionSheetWithOptions:function(){function showShareActionSheetWithOptions(options,failure,success){
}return showShareActionSheetWithOptions;}()};
module.exports=ActionSheetManager;