Skip to content

Instantly share code, notes, and snippets.

@aloukissas
Created January 28, 2019 05:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aloukissas/29758cf54d45b76c011e6d4a294fc1c2 to your computer and use it in GitHub Desktop.
Save aloukissas/29758cf54d45b76c011e6d4a294fc1c2 to your computer and use it in GitHub Desktop.
loadSplashResourcesAsync = async () => {
const splash = require("./assets/images/splash.png");
return Asset.loadAsync(splash);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment