Commit e3045649 authored by xwenliang's avatar xwenliang

add default backgroundColor

parent 5ef573a8
...@@ -481,7 +481,8 @@ let styles = StyleSheet.create({ ...@@ -481,7 +481,8 @@ let styles = StyleSheet.create({
pickerBox: { pickerBox: {
position: 'absolute', position: 'absolute',
bottom: 0, bottom: 0,
left: 0 left: 0,
backgroundColor: '#bdc0c7'
}, },
mask: { mask: {
position: 'absolute', position: 'absolute',
......
{ {
"name": "react-native-picker", "name": "react-native-picker",
"version": "2.0.1", "version": "2.0.2",
"description": "react-native-picker", "description": "react-native-picker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment