|
@ -215,8 +215,8 @@ function InstitutionNamePicker({ name }) { |
|
|
institutions?.state?.instType |
|
|
institutions?.state?.instType |
|
|
? "Não encontramos nada com esse termo" |
|
|
? "Não encontramos nada com esse termo" |
|
|
: state && instType |
|
|
: state && instType |
|
|
? `Nenhuma instituição do tipo ${constants.institutionMap[instType]} no ${constants.statesMap[state]}` |
|
|
|
|
|
: "Selecione o Estado e o tipo da instituição primeiro" |
|
|
|
|
|
|
|
|
? `Nenhuma instituição do tipo ${constants.institutionMap[instType]} no ${constants.statesMap[state]}` |
|
|
|
|
|
: "Selecione o Estado e o tipo da instituição primeiro" |
|
|
} |
|
|
} |
|
|
searchPlaceholder={"Busca..."} |
|
|
searchPlaceholder={"Busca..."} |
|
|
/> |
|
|
/> |
|
@ -545,26 +545,29 @@ export default function RegisterScreen(props) { |
|
|
<MaterialCommunityIconsCustom name="map-marker" /> |
|
|
<MaterialCommunityIconsCustom name="map-marker" /> |
|
|
<CityPicker name={"city"} /> |
|
|
<CityPicker name={"city"} /> |
|
|
</View> |
|
|
</View> |
|
|
<Text style={styles.labelStyle}>Tipo de instituição:</Text> |
|
|
|
|
|
<View style={[styles.iconField]}> |
|
|
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
|
|
<InstitutionPicker name="institution" /> |
|
|
|
|
|
</View> |
|
|
|
|
|
<Text style={styles.labelStyle}>Nome da instituição</Text> |
|
|
|
|
|
<View style={{ flexDirection: "column", flex: 1 }}> |
|
|
|
|
|
<View style={{ ...styles.iconField, marginBottom: 12 }}> |
|
|
|
|
|
|
|
|
<View style={{ display: 'none' }}> |
|
|
|
|
|
<Text style={styles.labelStyle}>Tipo de instituição:</Text> |
|
|
|
|
|
<View style={[styles.iconField]}> |
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
<InstitutionNamePicker name="institutionName" /> |
|
|
|
|
|
|
|
|
<InstitutionPicker name="institution" /> |
|
|
|
|
|
</View> |
|
|
|
|
|
<Text style={styles.labelStyle}>Nome da instituição</Text> |
|
|
|
|
|
<View style={{ flexDirection: "column", flex: 1 }}> |
|
|
|
|
|
<View style={{ ...styles.iconField, marginBottom: 12 }}> |
|
|
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
|
|
<InstitutionNamePicker name="institutionName" /> |
|
|
|
|
|
</View> |
|
|
|
|
|
<Text style={styles.warningText}> |
|
|
|
|
|
O nome da instituição é fornecido pelo Cemaden Educação |
|
|
|
|
|
</Text> |
|
|
|
|
|
</View> |
|
|
|
|
|
<Text style={styles.labelStyle}>Vínculo institucional:</Text> |
|
|
|
|
|
<View style={[styles.iconField]}> |
|
|
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
|
|
<RolePicker name="role" /> |
|
|
</View> |
|
|
</View> |
|
|
<Text style={styles.warningText}> |
|
|
|
|
|
O nome da instituição é fornecido pelo Cemaden Educação |
|
|
|
|
|
</Text> |
|
|
|
|
|
</View> |
|
|
|
|
|
<Text style={styles.labelStyle}>Vínculo institucional:</Text> |
|
|
|
|
|
<View style={[styles.iconField]}> |
|
|
|
|
|
<MaterialCommunityIconsCustom name="bank" /> |
|
|
|
|
|
<RolePicker name="role" /> |
|
|
|
|
|
</View> |
|
|
</View> |
|
|
|
|
|
|
|
|
<Text style={styles.labelStyle}>Pergunta de segurança*:</Text> |
|
|
<Text style={styles.labelStyle}>Pergunta de segurança*:</Text> |
|
|
<View |
|
|
<View |
|
|
style={{ |
|
|
style={{ |
|
|