expand.js 121 B

12345678910
  1. const Component1 = ({ props }) => (
  2. <Text>Test</Text>
  3. );
  4. const Component2 = ({
  5. props
  6. }) => (
  7. <Text>Test</Text>
  8. );