We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb72fe commit 9d3c988Copy full SHA for 9d3c988
App/Mixins/KeyboardListener.js
@@ -16,10 +16,6 @@ var KeyboardListener = {
16
return this.state.keyboardSpace > 0;
17
},
18
19
- isKeyboardVisible: function() {
20
- return this.state.keyboardSpace > 0;
21
- },
22
-
23
updateKeyboardSpace: function(e) {
24
if (this.isMounted() && e && e.endCoordinates) {
25
this.setState({keyboardSpace: e.endCoordinates.height});
App/Screens/CreatePost.js
@@ -77,7 +77,8 @@ var styles = StyleSheet.create({
77
flex: 1,
78
fontSize: 16,
79
backgroundColor: 'white',
80
- padding: 20
+ padding: 20,
81
+ textAlignVertical: 'top'
82
83
button: {
84
// width: 150
0 commit comments