mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
16 lines
247 B
Plaintext
16 lines
247 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`View renders correctly 1`] = `
|
|
<View
|
|
style={
|
|
Object {
|
|
"alignItems": "center",
|
|
"flex": 1,
|
|
"margin": 40,
|
|
"paddingLeft": 10,
|
|
"paddingRight": 10,
|
|
}
|
|
}
|
|
/>
|
|
`;
|