From 54b94aef3b01443e79de716bb118b91ccbbbbe0b Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Wed, 28 Feb 2018 18:25:48 +0000 Subject: [PATCH] Add example image --- codorials/authentication-with-firebase/project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codorials/authentication-with-firebase/project-structure.md b/codorials/authentication-with-firebase/project-structure.md index 151e2d11..28e04040 100644 --- a/codorials/authentication-with-firebase/project-structure.md +++ b/codorials/authentication-with-firebase/project-structure.md @@ -70,7 +70,7 @@ consumes our entire application. Go ahead and boot up your app onto your emulator. You should simply be presented with a plain screen with the words "Bootstrapped!". -TODO image +![Bootstrapped!](https://raw.githubusercontent.com/invertase/react-native-firebase/codorials/codorials/authentication-with-firebase/assets/app-bootstrapped.jpg) Although a good starting point, we want to separate we'll our business logic out of the bootstrap file, keeping it purely for app initialization purposes. This can simply be done by creating a basic React component called `App.js`, which will also live in the `src` directory;