Sahar Alon

Results 8 comments of Sahar Alon

No, i don't know all use cases, so i figured whoever wants RTL with custom buttons can enjoy it until the full RTL support will be resolved

Doesn't it work for customButtonGroup though ?

@YIZHUANG you actually don't need to change the behaviour.. only the direction the slides are going.

@YIZHUANG cool thanks! - waiting :)

@YIZHUANG i made a quick fix locally, adding a `isRTL` prop which then on `previous()` and `next()` functions, changed this: `setState({transform: this.props.isRTL ? -nextPosition : nextPosition})` -> it fixes RTL...