@dfeidao/atom-mobile
Advanced tools
Comparing version 4.6.201905051519 to 4.6.201905151327
@@ -10,4 +10,3 @@ /** | ||
* @param cancelable: boolean; // 是否可以取消 | ||
* @param title: string; // todo 未知 | ||
*/ | ||
export default function show_action_sheet(title: string, message?: string, buttons?: string[], cancelable?: boolean, type?: string): Promise<number>; | ||
export default function show_action_sheet(title: string, message?: string, buttons?: string[], cancelable?: boolean): Promise<number>; |
@@ -13,5 +13,4 @@ "use strict"; | ||
* @param cancelable: boolean; // 是否可以取消 | ||
* @param title: string; // todo 未知 | ||
*/ | ||
async function show_action_sheet(title, message, buttons, cancelable, type) { | ||
async function show_action_sheet(title, message, buttons, cancelable) { | ||
return new Promise((resolve) => { | ||
@@ -30,5 +29,5 @@ react_native_1.Alert.alert(title, message, buttons ? buttons.map((text, index) => { | ||
} | ||
}, type); | ||
}); | ||
}); | ||
} | ||
exports.default = show_action_sheet; |
{ | ||
"name": "@dfeidao/atom-mobile", | ||
"version": "4.6.201905051519", | ||
"version": "4.6.201905151327", | ||
"description": "原子操作", | ||
@@ -41,5 +41,7 @@ "scripts": { | ||
"@types/uuid": "latest", | ||
"@yyyyu/react-native-wechat": "latest", | ||
"cp-cli": "latest", | ||
"del-cli": "latest", | ||
"jpush-react-native": "latest", | ||
"react-native-audio": "latest", | ||
"native-base": "latest", | ||
@@ -49,4 +51,4 @@ "react-native-device-info": "latest", | ||
"react-native-image-crop-picker": "latest", | ||
"react-native-sound": "latest", | ||
"react-native-webview": "latest", | ||
"react-navigation": "latest", | ||
"tslint": "latest", | ||
@@ -59,5 +61,5 @@ "typedoc": "latest", | ||
}, | ||
"peerDependencies": { | ||
"react-navigation": "*" | ||
"dependencies": { | ||
"react-navigation": "latest" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149545
244
4823
21
4
+ Addedreact-navigation@latest