i use the same drawer for left and for right depends on the language:
<div snap-drawer="{{$root.direction=='rtl'?'right':'left'}}">
the problem is when the direction is changed in real time the swipe drawer stays in the same place, i think it needs to be destroyed and reinitialized.
please advice how to continue.