IO-3092 Minor mobile app bug fixes.
This commit is contained in:
@@ -70,6 +70,8 @@ export function SignIn({ emailSignInStart, signingIn }) {
|
|||||||
label={t("signin.fields.password")}
|
label={t("signin.fields.password")}
|
||||||
mode="outlined"
|
mode="outlined"
|
||||||
secureTextEntry={true}
|
secureTextEntry={true}
|
||||||
|
autoCorrect={false}
|
||||||
|
autoCapitalize="none"
|
||||||
onChangeText={handleChange("password")}
|
onChangeText={handleChange("password")}
|
||||||
onBlur={handleBlur("password")}
|
onBlur={handleBlur("password")}
|
||||||
value={values.password}
|
value={values.password}
|
||||||
|
|||||||
15
eas.json
15
eas.json
@@ -7,19 +7,26 @@
|
|||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
"channel": "test",
|
"channel": "test",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"ios": {}
|
"ios": {},
|
||||||
|
"autoIncrement": true
|
||||||
},
|
},
|
||||||
"development-simulator": {
|
"development-simulator": {
|
||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
"channel": "test",
|
"channel": "test",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"ios": { "simulator": true }
|
"ios": { "simulator": true },
|
||||||
|
"autoIncrement": true
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"channel": "test"
|
"channel": "test",
|
||||||
|
"android": {
|
||||||
|
"buildType": "apk"
|
||||||
|
},
|
||||||
|
"autoIncrement": true
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
"channel": "production"
|
"channel": "production",
|
||||||
|
"autoIncrement": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"submit": {
|
"submit": {
|
||||||
|
|||||||
Reference in New Issue
Block a user