In my React Native app, I have a dropdown on the right side of the screen.
When I open the dropdown, it comes out of the screen and I can’t see the elements that in it.
It happens because the dropdown direction is from left to right. When I change containerStyle width it increases to the right side because of it.
I don’t want to increase the width of the whole dropdown because it will ruin my app design, I just want to change the item’s containerStyle width and increase it to the left side.
Is there any way to do that?
Maybe change the direction of the dropdown from LTR to RTL? If yes, how to do that?