Skip to content

Commit 12b1203

Browse files
committed
feat(README): update readme gif section
1 parent 6dedba0 commit 12b1203

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@
1414
The goal of `react-native-navigation-container` is to provide a convinient method to load static fonts and assets during the app splash screen and to provide useful utility features for better expo and react-native development.
1515

1616
<p align="center">
17-
<p>
1817
<img src="/.github/images/withoutNavContainer.gif" height="500" />
19-
Without preloading assests, assests do not show immediately app loads.
20-
</p>
21-
<p>
18+
<span width='20px' />
2219
<img src="/.github/images/withNavContainer.gif" height="500" />
23-
With this `NavigationContainer`, assets are preloaded and show immediately after splash screen.
24-
</p>
2520
</p>
2621

22+
First gif is without preloading assets using `NavigationContainer`. Second gif uses `NavigationContainer` to preload assets and it shows immediately after splash screen is done.
23+
24+
If you're interested in the implementations of the animations above visit this [link](https://github.com/jacquesikot/React-Native-Fashion-App)
25+
2726
## Features
2827

2928
- Load static images and fonts while splash screen is showing.

0 commit comments

Comments
 (0)