Skip to content

Commit

Permalink
Add splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-username committed Mar 26, 2018
1 parent 3df402e commit ba228ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ A mobile app for storing and rotating pin codes. Bootstrapped with [Create React
* Security code prompt on open
* Initiated code rotation (app will generate randomly)
* Scheduled code rotation (app will generate randomly)

### Attributions:

* Icon made by [Freepik](http://www.freepik.com) from [flaticon.com](https://www.flaticon.com) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)
5 changes: 4 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"expo": {
"sdkVersion": "25.0.0"
"sdkVersion": "25.0.0",
"splash": {
"image": "./assets/splash.png"
}
}
}
Binary file added assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba228ca

Please sign in to comment.