Open bikashsahucbnits opened 4 years ago
Hello,
It's possilble to implement a hide option for both Vertical and Horizontal scroll bar?
I have tried with below props but nothing works .. showsHorizontalScrollIndicator={false} showsVerticalScrollIndicator={false}
the generated iframe should get the attribute scrolling that depends on scrollEnabled (index.js, line 128): scrolling: scrollEnabled ? 'yes' : 'no',
Hello,
It's possilble to implement a hide option for both Vertical and Horizontal scroll bar?
I have tried with below props but nothing works .. showsHorizontalScrollIndicator={false} showsVerticalScrollIndicator={false}