如何检查React Native Elements本机道具

时间:2018-12-12 07:19:21

标签: javascript node.js reactjs react-native

我想在不使用setState的情况下在本机反应中切换视图,我必须为此做两个功能 1:隐藏视图 2:显示视图

showViewMethod

this.speedControlBox.setNativeProps({style: {display:'flex'}});

hideViewMethod

this.speedControlBox.setNativeProps({style: {display:'none'}});

现在,我希望您能帮助我如何将这两个功能合为一体,以便查看样式显示为flex还是不显示。

0 个答案:

没有答案