redbadger/pride-london-app

View on GitHub
src/components/__snapshots__/Touchable.ios.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`renders correctly 1`] = `
<TouchableOpacity
  accessibilityComponentType="button"
  accessibilityTraits={
    Array [
      "button",
    ]
  }
  activeOpacity={0.2}
  delayPressIn={50}
  style={
    Array [
      Object {
        "justifyContent": "center",
        "minHeight": 44,
        "minWidth": 44,
      },
      Object {
        "borderRadius": 2,
      },
    ]
  }
>
  <Text>
    Hello
  </Text>
</TouchableOpacity>
`;