mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-01-12 22:50:37 +08:00
new version v4.1.0 support RN@0.47
This commit is contained in:
@@ -16,14 +16,15 @@
|
||||
|pickerTitleText | |string |pls select |
|
||||
|pickerConfirmBtnColor | |array |[1, 186, 245, 1] |
|
||||
|pickerCancelBtnColor | |array |[1, 186, 245, 1] |
|
||||
|pickerTitleColor | |array |[20, 20, 20, 1]) |
|
||||
|pickerTitleColor | |array |[20, 20, 20, 1] |
|
||||
|pickerToolBarBg | |array |[232, 232, 232, 1] |
|
||||
|pickerBg | |array |[196, 199, 206, 1] |
|
||||
|pickerToolBarFontSize | |number |16 |
|
||||
|wheelFlex | |array |[1, 1, 1] |
|
||||
|pickerFontSize | |number |16 |
|
||||
|pickerFontColor | |array |[31, 31, 31, 1] |
|
||||
|pickerData | |array | |
|
||||
|selectedValue | |string | |
|
||||
|selectedValue | |array | |
|
||||
|onPickerConfirm | |function| |
|
||||
|onPickerCancel | |function| |
|
||||
|onPickerSelect | |function| |
|
||||
|
||||
@@ -497,6 +497,7 @@ public class PickerViewModule extends ReactContextBaseJavaModule implements Life
|
||||
|
||||
@Override
|
||||
public void onHostDestroy() {
|
||||
|
||||
hide();
|
||||
dialog = null;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-native-picker",
|
||||
"version": "4.0.19",
|
||||
"description": "",
|
||||
"version": "4.1.0",
|
||||
"description": "A Native Picker with high performance.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user