Skip to content

Instantly share code, notes, and snippets.

@voratham
Created February 15, 2018 03:50
Show Gist options
  • Save voratham/573f7d89aabe0a3683bbfaf8295ca160 to your computer and use it in GitHub Desktop.
Save voratham/573f7d89aabe0a3683bbfaf8295ca160 to your computer and use it in GitHub Desktop.
StyleComponentReactNative
<Root>
<View style={{flex:1}}>
<ScrollView style={{flex:1}}>
{
this._rednerGridUploadFile()
}
</ScrollView>
{
<View style={{ flex:.1 , height: 55 , backgroundColor:'red', justifyContent:'center' , alignSelf : 'stretch' ,alignItems :'center' }}>
<TouchableOpacity style={{}}>
<Text style={{color:'#fff'}}>Confirm</Text>
</TouchableOpacity>
</View>
}
{
// <Footer>
// <FooterTab>
// <Button success full onPress={this._handleConfirmUpload}>
// <Text>Confirm</Text>
// </Button>
// </FooterTab>
// </Footer>
}
</View>
</Root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment