Just starting an Ionic 2 app in Arabic language requires a RTL layout. I decided to go with the side menu template.
Adding the following line for configuring the app to RTL perfectly changed everything's direction, except for the back button which still pointed in the wrong direction:
<ion-nav #content [root]="rootPage" dir="rtl"></ion-nav>
This is how the navbar currently looks:
https://i.stack.imgur.com/pY8x2.png
Is there any workaround until the Ionic team addresses RTL related issues?