Skip to content

Commit 03b9de1

Browse files
author
xiaocaibird
committed
1.0.1
1 parent fb48847 commit 03b9de1

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

lib/Picker.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ const getStyles = () => {
507507
paddingVertical: f.Device.getActualSize(6),
508508
textAlign: 'center',
509509
fontSize: f.Device.getActualSize(7),
510-
color: 'black'
510+
color: 'black',
511+
backgroundColor: 'transparent'
511512
},
512513
hide: {
513514
zIndex: -10000

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dynamic-picker",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "dynamic picker",
55
"main": "index",
66
"scripts": {

readme/img/android1.jpeg

227 KB
Loading

readme/img/android2.jpeg

194 KB
Loading

readme/img/ios.png

176 KB
Loading

0 commit comments

Comments
 (0)