罗广聪

键盘自动掉落

... ... @@ -215,6 +215,7 @@ export default class Details extends Component {
that.setState({
content: ""
});
Keyboard.dismiss();
}
})
.catch(err => console.error(err));
... ... @@ -380,7 +381,6 @@ const styles = StyleSheet.create({
},
contentContainerStyle: {},
sendMsgContaier: {
// flex: 1,
width: Dimensions.get("window").width,
flexDirection: "row",
justifyContent: "center",
... ... @@ -392,8 +392,6 @@ const styles = StyleSheet.create({
borderColor: "#E8E8E8",
borderTopWidth: 1,
backgroundColor: "#E6E6E6"
// position: "absolute",
// bottom: 0,
},
msgInput: {
flex: 1,
... ...
... ... @@ -177,10 +177,6 @@ export default class Mine extends Component {
}}
>
<View style={styles.itemLeft}>
{/* <Image
style={styles.leftIcon}
source={require("../../assets/tabbar/ic_circle_s.png")}
/> */}
<Text style={styles.leftTitle}>设置昵称</Text>
</View>
<View style={styles.itemRight}>
... ... @@ -207,10 +203,6 @@ export default class Mine extends Component {
}}
>
<View style={styles.itemLeft}>
{/* <Image
style={styles.leftIcon}
source={require("../../assets/tabbar/ic_circle_s.png")}
/> */}
<Text style={styles.leftTitle}>设置职业</Text>
</View>
<View style={styles.itemRight}>
... ...