// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App renders the loading screen 1`] = `
<AppLoading
onError={[Function]}
onFinish={[Function]}
startAsync={[Function]}
/>
`;
exports[`App renders the root without loading screen 1`] = `
<View
style={
Object {
"backgroundColor": "#fff",
"flex": 1,
}
}
>
<AppNavigator />
</View>
`;