我们正在使用CSS样式转换/翻译参数,但这对React Native类型脚本无效。
Invariant Violation: Invalid prop `transform` of type `string` supplied to `StyleSheet modalContent`, expected an array.
StyleSheet modalContent: {
"transform": "translate(-50%, -50%)",
}
在React Native中编写此内容的正确方式是什么?
1条答案
按热度按时间2lpgd9681#
我找到了official docs here。
以下是阵列的选项:
所以在我的例子中,它将是: