您最多选择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. `;