// 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
"color": "#006CFF",
"fontFamily": "Canterbury",
"fontSize": 36,
"marginVertical": 20,
P61 Project
</Text>
</RNCSafeAreaView>
`;