Answers for "react native position absolute center"

1

react native position absolute center

<View style={{position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, justifyContent: 'center', alignItems: 'center'}}>
  <Text>text here ...</Text>
</View>
Posted by: Guest on June-09-2021
0

how to position View absolute react native

<View style={{position: 'absolute', top: 0, left: 0, right: 0, bottom: 0, justifyContent: 'center', alignItems: 'center'}}>
  <Text>Centered text</Text>
</View>
Posted by: Guest on May-21-2020

Code answers related to "react native position absolute center"

Code answers related to "Javascript"

Browse Popular Code Answers by Language