Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
40 views2 pages

View View View Image: 'Contain'

The document contains forms for collecting installer information like name, email, and report details like title and installation date. It has input fields, buttons to reset fields, edit data or save the report. Once data is entered, the buttons can navigate to different screens to view results, edit or save the collected information.

Uploaded by

John Alex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views2 pages

View View View Image: 'Contain'

The document contains forms for collecting installer information like name, email, and report details like title and installation date. It has input fields, buttons to reset fields, edit data or save the report. Once data is entered, the buttons can navigate to different screens to view results, edit or save the collected information.

Uploaded by

John Alex
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<View style={[index.screenMainContainer, index.

customPaddingHorizontal0]}>
<View style={[index.styleCardedit, index.customStyleCardEdit]}>
<View style={ index.containerImageText }>
<Image source={ iconUser } resizeMode='contain' style={{ marginRight: 12, width: 40, height: 40
}} />
<Text style={ index.TextBold }>{t('parameters:Installer Information')}</Text>
</View>
<View style={ index.saurFromgroupstyle }>
<Text style={ index.saurLabelstyle }>{t('parameters:lastName')}</Text>
<TextInput
onChangeText={(lastName) => this.setState({lastName})}
value={this.state.lastName}
style={ index.saurInputstyle }/>
</View>
<View style={ index.saurFromgroupstyle }>
<Text style={ index.saurLabelstyle }>{t('parameters:firstName')}</Text>
<TextInput
onChangeText={(firstName) => this.setState({firstName})}
value={this.state.firstName}
style={ index.saurInputstyle }/>
</View>
<View style={ index.saurFromgroupstyle }>
<Text style={ index.saurLabelstyle }>{t('parameters:email')}</Text>
<TextInput style={ index.saurInputstyle }/>
</View>
<View>
<Button
title={t('buttons:Reset fields')}
titleStyle={index.titleButtonStyle}
containerStyle={{ margin: 0 }}
buttonStyle={index.buttonStyle}
onPress={() => this.props.navigation.navigate('FlowRateCalculatorResult', this.state)}
/>
</View>
</View>
</View>
<View style={[index.screenMainContainer, index.customPaddingHorizontal0]}>
<View style={[index.styleCardedit, index.customStyleCardEdit]}>
<View style={ index.containerImageText }>
<Image source={ iconUser } resizeMode='contain' style={{ marginRight: 12, width: 40, height: 40
}} />
<Text style={ index.TextBold }>{t('parameters:Report')}</Text>
<View style={[index.styleCardedit, index.customStyleCardEdit]}>
<View style={ index.saurFromgroupstyle }>
<Text style={ index.saurLabelstyle }>{t('parameters:title')}</Text>
<TextInput
onChangeText={(lastName) => this.setState({lastName})}
value={this.state.lastName}
style={ index.saurInputstyle }/>
</View>
<View style={ index.saurFromgroupstyle }>
<Text style={ index.saurLabelstyle }>{t('parameters:instalacion date')}</Text>
<TextInput
onChangeText={(firstName) => this.setState({firstName})}
value={this.state.firstName}
style={ index.saurInputstyle }/>
</View>
</View>
</View>
</View>
</View>
<View style={[index.screenMainContainer, index.customPaddingHorizontal0]}>
<View style={[index.styleCardedit, index.customStyleCardEdit]}>
<View style={{ flex: 1, justifyContent: 'space-between', flexDirection: 'row' }}>
<Button
title={t('buttons:editData')}
titleStyle= { index.titleButtonStyleGray }
containerStyle= {{ marginTop: 25, width: '60%' }}
buttonStyle={ index.buttonStyleGray }
onPress={() =>
this.props.navigation.navigate('FlowRateCalculator')
}
/>
<Button
title={t('buttons:saveReport')}
titleStyle= {{ color: '#ee7f00', fontSize: 18 }}
containerStyle= {{ marginTop: 25, width: '60%' }}
buttonStyle={ index.buttonStyle }
onPress={() =>

this.props.navigation.navigate('Home')
}
/>
</View>
</View>
</View>

You might also like