We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef573a commit e304564Copy full SHA for e304564
index.js
@@ -481,7 +481,8 @@ let styles = StyleSheet.create({
481
pickerBox: {
482
position: 'absolute',
483
bottom: 0,
484
- left: 0
+ left: 0,
485
+ backgroundColor: '#bdc0c7'
486
},
487
mask: {
488
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "react-native-picker",
5
"main": "index.js",
6
"scripts": {
0 commit comments