个人签名限定40个字 review by 草莓
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -95,7 +95,7 @@ export default class Setting extends React.Component { | @@ -95,7 +95,7 @@ export default class Setting extends React.Component { | ||
95 | value={signature} | 95 | value={signature} |
96 | autoCapitalize={'none'} | 96 | autoCapitalize={'none'} |
97 | autoCorrect={false} | 97 | autoCorrect={false} |
98 | - maxLength={50} | 98 | + maxLength={40} |
99 | onChangeText={(text) => { | 99 | onChangeText={(text) => { |
100 | this.signLength = text.length; | 100 | this.signLength = text.length; |
101 | this.props.signEdited(text); | 101 | this.props.signEdited(text); |
-
Please register or login to post a comment