Find your content:

Search form

You are here

Align two text in same row react native

 
Share

Use flex:1, flexDirection:'row' in parent level view. Example given below.

<View style={{paddingBottom:3,  flex:1, flexDirection:'row'}}>
                            <Text>Test1 </Text>
                            <Text>Test2</Text>
                            <Text>Test3</Text>
                        </View>

My Block Status

My Block Content