Skip to content

Commit 0cd7e40

Browse files
committed
docs: Uploaded updated assets
1 parent 9ce055d commit 0cd7e40

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Loading
-132 KB
Binary file not shown.

versioned_docs/version-5.x/hello-react-navigation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function App() {
5959
export default App;
6060
```
6161

62-
<img src="/assets/7.x/fundamentals/basicAppUsingStackNavigator.jpeg" width="300" alt="Basic app using stack navigator" />
62+
![Basic app using stack navigator](/assets/navigators/stack/basic_stack_nav.png)
6363

6464
If you run this code, you will see a screen with an empty navigation bar and a grey content area containing your `HomeScreen` component (shown above). The styles you see for the navigation bar and the content area are the default configuration for a stack navigator, we'll learn how to configure those later.
6565

0 commit comments

Comments
 (0)