Questions tagged [react-native-flexbox]

137 questions
-1
votes
1 answer

React Native : Arranging elements

I am building a very simple app with a picker and two inputs/labels. It currently looks like this in my iphone. This is my code import React from 'react'; import { StyleSheet, Text, View, Button, Modal, TextInput, Picker } from…
VPY
  • 463
  • 8
  • 21
-1
votes
2 answers

What classifies a container in React Native?

I have started working with flex box on React native, on CSS you should set the display to flex but on RN, this is set by default. What classifies a container object where you can set alignItems, justifyContent? Does it only need to be a view? or is…
Martin
  • 23,844
  • 55
  • 201
  • 327
1 2 3
9
10