如何在@ shoutem / ui中创建带有文本输入的视图

时间:2017-04-28 10:45:21

标签: react-native shoutem

我尝试使用@ shoutem / ui,我希望像这样创建View: enter image description here

但我不能这样做,用我的代码,我总是喜欢这张照片: enter image description here

这是我的代码:

 <View styleName="horizontal space-between h-center" >
          <Button>
            <Icon name="like" />
          </Button>
          <TextInput
            placeholder={'Enter comment..'}
          />
          <Button>
            <Icon name="activity" />
          </Button>
        </View>

请给我一些解决方案可以解决它!

1 个答案:

答案 0 :(得分:0)

有一个例子(我的):

ranking = 1