Search code examples
androidreact-nativestylesheet

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


Currently getting an error when ever clicking on a react TouchableOpacity control.

enter image description here


Solution

  • I was able to fix by removing the transform from StyleSheet.

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