DeFiCh/wallet

View on GitHub
mobile-app/app/components/__snapshots__/BottomSheetHeader.test.tsx.snap

Summary

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

exports[`Bottom sheet header should match snapshot 1`] = `
<View
  style={
    [
      [
        {
          "borderTopLeftRadius": 15,
          "borderTopRightRadius": 15,
          "display": "flex",
          "flexDirection": "column",
          "paddingBottom": 20,
          "paddingLeft": 20,
          "paddingRight": 20,
          "paddingTop": 12,
        },
        undefined,
      ],
      {
        "backgroundColor": "rgba(242, 242, 242, 1)",
      },
    ]
  }
>
  <View
    accessibilityState={
      {
        "busy": undefined,
        "checked": undefined,
        "disabled": undefined,
        "expanded": undefined,
        "selected": undefined,
      }
    }
    accessibilityValue={
      {
        "max": undefined,
        "min": undefined,
        "now": undefined,
        "text": undefined,
      }
    }
    accessible={true}
    collapsable={false}
    focusable={true}
    onClick={[Function]}
    onResponderGrant={[Function]}
    onResponderMove={[Function]}
    onResponderRelease={[Function]}
    onResponderTerminate={[Function]}
    onResponderTerminationRequest={[Function]}
    onStartShouldSetResponder={[Function]}
    style={
      {
        "alignSelf": "flex-end",
        "borderBottomColor": "rgba(204, 204, 204, 1)",
        "borderLeftColor": "rgba(204, 204, 204, 1)",
        "borderRightColor": "rgba(204, 204, 204, 1)",
        "borderTopColor": "rgba(204, 204, 204, 1)",
        "opacity": 1,
        "paddingTop": 10,
      }
    }
  >
    <Text />
  </View>
  <Text
    style={
      [
        {
          "fontFamily": "RegularFont",
          "fontSize": 16,
          "fontWeight": "400",
          "lineHeight": 24,
        },
        [
          {
            "fontFamily": "SoraRegular",
            "fontSize": 20,
            "fontWeight": "400",
            "lineHeight": 28,
          },
          {
            "color": "rgba(18, 18, 18, 1)",
          },
        ],
      ]
    }
  >
    Test
  </Text>
</View>
`;