Problem Statement
Which property is used to control an element’s position relative to its parent in React Native?
Explanation
React Native supports 'absolute' and 'relative' positioning through the position property.
When set to 'absolute', an element can be placed anywhere using top, left, right, and bottom values.