|
|
@ -545,6 +545,7 @@ 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" /> |
|
|
@ -565,6 +566,8 @@ export default function RegisterScreen(props) { |
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
<RolePicker name="role" /> |
|
|
|
</View> |
|
|
|
</View> |
|
|
|
|
|
|
|
<Text style={styles.labelStyle}>Pergunta de segurança*:</Text> |
|
|
|
<View |
|
|
|
style={{ |
|
|
|