Home > OS >  React Native Text Input Has Hidden Padding On Android
React Native Text Input Has Hidden Padding On Android

Time:10-06

I have the following code which is used to put a text label right next to a text input inline:

  <View style={{ flexDirection: "row", alignItems: "center" }}>
      <Text
        style={{ fontSize: 16, backgroundColor: "green" }}
      >
                   
  • Related