Suraj Rajan
Results
2
comments of
Suraj Rajan
This might help ``` function RBActionSheet(props) { const ITEM_HEIGHT = 0.075*DEVICE_HEIGHT const OFFSET=25 ; let cnt = 0; props.options.forEach(option => { cnt = cnt + (option.show === true?1:0) // checking...
Reviewers: @kirktrue