|
|
@ -545,12 +545,12 @@ export default function RegisterScreen(props) { |
|
|
|
<MaterialCommunityIconsCustom name="map-marker" /> |
|
|
|
<CityPicker name={"city"} /> |
|
|
|
</View> |
|
|
|
<View style={{ display: 'none' }}> |
|
|
|
<Text style={styles.labelStyle}>Tipo de instituição:</Text> |
|
|
|
<View style={[styles.iconField]}> |
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
<InstitutionPicker name="institution" /> |
|
|
|
</View> |
|
|
|
<View style={{ display: 'none' }}> |
|
|
|
<Text style={styles.labelStyle}>Nome da instituição</Text> |
|
|
|
<View style={{ flexDirection: "column", flex: 1 }}> |
|
|
|
<View style={{ ...styles.iconField, marginBottom: 12 }}> |
|
|
|