Authored by 于良

个人签名限定40个字 review by 草莓

@@ -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);