Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

ThemedText-test.tsx.snap 338B

123456789101112131415161718192021222324
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`renders correctly 1`] = `
  3. <Text
  4. style={
  5. [
  6. {
  7. "color": "#11181C",
  8. },
  9. {
  10. "fontSize": 16,
  11. "lineHeight": 24,
  12. },
  13. undefined,
  14. undefined,
  15. undefined,
  16. undefined,
  17. undefined,
  18. ]
  19. }
  20. >
  21. Snapshot test!
  22. </Text>
  23. `;