检查渲染功能中的条件

时间:2018-03-08 10:35:46

标签: react-native

我正在使用react-native并且如果Bool值为true则具有图像更改等功能,否则显示默认图像。但我如何在react-native的渲染函数中检查和设置图像

1 个答案:

答案 0 :(得分:0)

你可能正在寻找这个:

x = "test-102"
x = x.replace('-', '_')
print(x)

Here's the doc