Skip to content

Commit 959130b

Browse files
authored
Update README.md
1 parent 9098c99 commit 959130b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install --save react-native-draggable-gridview
1919
| data | any[] | |
2020
| numColumns? | number | 1 |
2121
| containerMargin? | ContainerMargin | {top:0, bottom:0, left:0, right:0} |
22-
| width? | number | Dimensions.get('screen').width |
22+
| width? | number | Dimensions.get('window').width |
2323
| activeOpacity? | number | 0.5 |
2424
| delayLongPress? | number | 500 |
2525
| selectedStyle? | ViewStyle | {shadowColor:'#000', shadowRadius:8, shadowOpacity:0.2, elevation:10} |

0 commit comments

Comments
 (0)