Skip to content
Advertisement

React Native Elements marginEnd wont position element to the right of its parent container

I have some nested components: TEXT and an Image.

I would like the button in the blue box to move to the right in the black box (parent). marginRight: 0 and marginEnd: 0 arent working. How can I accomplish this?

What is currently Happening.

enter image description here

What I want.

enter image description here

JavaScript

StyleSheet

JavaScript

Advertisement

Answer

JavaScript

or

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement