DaniAkash/react-native-blank-spacer

View on GitHub
__tests__/__snapshots__/index.snapshot.test.tsx.snap

Summary

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

exports[`renders correctly 1`] = `
<View
  style={
    Array [
      Object {
        "backgroundColor": "green",
        "height": 20,
        "width": 30,
      },
      Object {
        "margin": 24,
        "padding": 24,
      },
    ]
  }
/>
`;