Skip to content

Commit

Permalink
[docs] Grammar correction (expo#16994)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhigbe-E authored Apr 11, 2022
1 parent aed9677 commit 3600f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/versions/unversioned/sdk/splash-screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import APISection from '~/components/plugins/APISection';
import {APIInstallSection} from '~/components/plugins/InstallSection';
import PlatformsSection from '~/components/plugins/PlatformsSection';

The `SplashScreen` module tells the splash screen to remain visible until it has been explicitly told to hide. This is useful to do some work behind the scenes before displaying your app (eg: make API calls) and to animated your splash screen (eg: fade out or slide away, or switch from a static splash screen to an animated splash screen).
The `SplashScreen` module tells the splash screen to remain visible until it has been explicitly told to hide. This is useful to do some work behind the scenes before displaying your app (eg: make API calls) and to animate your splash screen (eg: fade out or slide away, or switch from a static splash screen to an animated splash screen).

Read more about [creating a splash screen image](../../../guides/splash-screens.md), or [quickly generate an icon and splash screen on the web](https://buildicon.netlify.app/)

Expand Down

0 comments on commit 3600f66

Please sign in to comment.