App-test.js.snap 366 B

12345678910111213141516171819202122
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`App renders the loading screen 1`] = `
  3. <AppLoading
  4. onError={[Function]}
  5. onFinish={[Function]}
  6. startAsync={[Function]}
  7. />
  8. `;
  9. exports[`App renders the root without loading screen 1`] = `
  10. <View
  11. style={
  12. Object {
  13. "backgroundColor": "#fff",
  14. "flex": 1,
  15. }
  16. }
  17. >
  18. <AppNavigator />
  19. </View>
  20. `;