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
When I add the renderRightComponent for the icon, it shows like this:
But, I need it to show like this:
Checking the code of the ModalDropdown.js I found that I need to modify the "styles.button" to add "justifyContent: 'space-between'".
Can you add one option to modify the view style "View style={styles.button}"?
One solution I found was to add 90% width to the textStyle, but I think it would be more helpful if I could modify the view style.
Thanks.
The text was updated successfully, but these errors were encountered:
When I add the renderRightComponent for the icon, it shows like this:
But, I need it to show like this:
Checking the code of the ModalDropdown.js I found that I need to modify the "styles.button" to add "justifyContent: 'space-between'". Can you add one option to modify the view style "View style={styles.button}"?
One solution I found was to add 90% width to the textStyle, but I think it would be more helpful if I could modify the view style.
When I add the renderRightComponent for the icon, it shows like this:
But, I need it to show like this:
Checking the code of the ModalDropdown.js I found that I need to modify the "styles.button" to add "justifyContent: 'space-between'".
Can you add one option to modify the view style "View style={styles.button}"?
One solution I found was to add 90% width to the textStyle, but I think it would be more helpful if I could modify the view style.
Thanks.
The text was updated successfully, but these errors were encountered: