Skip to content

Commit

Permalink
Updates splashscreen paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Quevedo committed Dec 10, 2019
1 parent b65994c commit 7980231
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions src/copy/platforms/android/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const copyAndroidSplashes = async () => {
splashes.map(splashPath => {
new Promise((resolve, reject) => {
try {
if (splashPath.indexOf('port') > -1) return resolve()
fs.ensureDirSync(
path.join(
androidSplashesDestination,
Expand Down

0 comments on commit 7980231

Please sign in to comment.