From e304564981f37cb4f5183125df38352b94ca2ca2 Mon Sep 17 00:00:00 2001 From: xwenliang Date: Wed, 24 Feb 2016 11:06:10 +0800 Subject: [PATCH] add default backgroundColor --- index.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 1976042..6f7d685 100644 --- a/index.js +++ b/index.js @@ -481,7 +481,8 @@ let styles = StyleSheet.create({ pickerBox: { position: 'absolute', bottom: 0, - left: 0 + left: 0, + backgroundColor: '#bdc0c7' }, mask: { position: 'absolute', diff --git a/package.json b/package.json index 6d126f1..fb8996e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-picker", - "version": "2.0.1", + "version": "2.0.2", "description": "react-native-picker", "main": "index.js", "scripts": { -- 2.26.2