[Error]TypeError :expected dynamic type 'double',but had type string in React Native

[Error]TypeError :expected dynamic type 'double',but had type string in React Native

目前在单击 React TouchableOpacity 控件时出现错误。

我能够通过从样式表中删除转换来修复。

 transform: [
      {
        rotate: '45deg'
      }
    ]

使用 <TouchableHighlight> 而不是 <TouchableOpacity> 将防止崩溃,您仍然可以使用转换。