Commit e3045649 authored by xwenliang's avatar xwenliang

add default backgroundColor

parent 5ef573a8
......@@ -481,7 +481,8 @@ let styles = StyleSheet.create({
pickerBox: {
position: 'absolute',
bottom: 0,
left: 0
left: 0,
backgroundColor: '#bdc0c7'
},
mask: {
position: 'absolute',
......
{
"name": "react-native-picker",
"version": "2.0.1",
"version": "2.0.2",
"description": "react-native-picker",
"main": "index.js",
"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