diff --git a/index.js b/index.js index 197604201733d27a30afd848f77160a8072f406d..6f7d685069b09f51215518cb5d704fdcbf4b8bd3 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 6d126f1eb40110375b73f554e243c1c2d4db44ac..fb8996ebfa6d5b92a04aee02bf57bc13afe4e08b 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": {