Top Navigation
Last updated
<TopNavigation>
<Image source={topNavArrow} height={20} style={{position: "absolute", left: 0}}/>
<View style={{ justifyContent: 'center' }}>
<Text style={styles.topNavTitle}>Title</Text>
</View>
</TopNavigation> <TopNavigation>
<View style={{ justifyContent: 'center' }}>
<Text style={styles.topNavTitle}>Title</Text>
</View>
<Image
source={topNavContextMenu}
style={{ height: 20, position: "absolute", right: 0 }}
/>
</TopNavigation>