fake-checker-nativeapp/components/__tests__/__snapshots__/ThemedText-test.tsx.snap
smfahim25 cb0ec68fc2 Initial commit
Generated by create-expo-app 3.2.0.
2024-12-07 17:21:39 +06:00

24 lines
338 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<Text
style={
[
{
"color": "#11181C",
},
{
"fontSize": 16,
"lineHeight": 24,
},
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
Snapshot test!
</Text>
`;