new version v4.1.0 support RN@0.47

This commit is contained in:
xwenliang
2017-08-16 10:58:39 +08:00
parent 358ba9d3fc
commit 74bfba1a49
3 changed files with 7 additions and 5 deletions

View File

@@ -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| |

View File

@@ -497,6 +497,7 @@ public class PickerViewModule extends ReactContextBaseJavaModule implements Life
@Override
public void onHostDestroy() {
hide();
dialog = null;
}
}

View File

@@ -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": {