Answers for "View vertical stretch in react native"

1

vertical align center react native view

container :{
   justifyContent: 'center', //Centered vertically
   alignItems: 'center', // Centered horizontally
   flex:1
}
Posted by: Guest on February-11-2021
0

react native force vertical

For Android add this to your manifest in each activity:
android:screenOrientation="portrait"
Posted by: Guest on August-17-2021

Code answers related to "View vertical stretch in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language