You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
React native in force RTL not working as expected,
on RTL mode the view will slide to left, but the menu will be left:0 so won't be shown
To Reproduce
on react native web set all view on direction: RTL
and add in sidemenu prop "menuPosition="right"
Describe the bug
React native in force RTL not working as expected,
on RTL mode the view will slide to left, but the menu will be left:0 so won't be shown
To Reproduce
on react native web set all view on direction: RTL
and add in sidemenu prop "menuPosition="right"
Platform:
Fix
on index.js line 265
I changed:
to:
and line 327 I marked this:
// {"mode":"full","isActive":false}
Now it is working smoothly on LTR & RTL mode.
thx
The text was updated successfully, but these errors were encountered: