mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
35 lines
562 B
Plaintext
35 lines
562 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<HomePage /> renders correctly 1`] = `
|
|
<RNCSafeAreaView
|
|
edges={
|
|
{
|
|
"bottom": "additive",
|
|
"left": "additive",
|
|
"right": "additive",
|
|
"top": "additive",
|
|
}
|
|
}
|
|
style={
|
|
{
|
|
"alignItems": "center",
|
|
"flex": 1,
|
|
"justifyContent": "center",
|
|
}
|
|
}
|
|
>
|
|
<Text
|
|
style={
|
|
{
|
|
"color": "#006CFF",
|
|
"fontFamily": "Canterbury",
|
|
"fontSize": 36,
|
|
"marginVertical": 20,
|
|
}
|
|
}
|
|
>
|
|
P61 Project
|
|
</Text>
|
|
</RNCSafeAreaView>
|
|
`;
|