React Native Container Styling
This is the container that I create looks: This is the style I want. How can I do this. The code is: <View> { usersInfo.map((item) => <View key={item.id} style={{}}> {Object.entries(item.intrest).map(([interestName, interestValue]) => ( <View key={interestName} style={{ backgroundColor: interestValue === 'Games…