RTL
Jumbo React comes with RTL feature. In order to enable RTL in default, you can follow these steps :
To enable the RTL, go to following file:
src/reducers/Settings.js
In this file, you can look for "isDirectionRTL" property and set its value as per your choice. It is a boolean type property so If you want to enable RTL in your app, you can set its value to true.
Last updated