Bläddra i källkod

Fixed TextInput UI for Comments Section

Savio Fernando 1 år sedan
förälder
incheckning
fa4938fe83
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      src/screens/News/NewsDetailPage.js

+ 1 - 2
src/screens/News/NewsDetailPage.js

@@ -349,6 +349,7 @@ const NewsDetailPage = props => {
                         style={{
                           backgroundColor: colors().dominant,
                           minHeight: verticalScale(64),
+                          maxHeight: 'auto',
                           flex: 1,
                           paddingVertical: verticalScale(8)
 
@@ -357,8 +358,6 @@ const NewsDetailPage = props => {
                           color: colors().recessive,
                           fontFamily: fonts.type.regular,
                           fontSize: moderateScale(16),
-                         
-
                         }}
                         outlineStyle={{
                           borderRadius: moderateScale(16),