Sahar Alon
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
@YIZHUANG any updates ?
cool thanks! waiting :)
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 any updates ?
@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...