Skip to content

Instantly share code, notes, and snippets.

@wcandillon
Created February 9, 2017 14:04
Show Gist options
  • Save wcandillon/a931e74a4f6b85756329f417aa6eb893 to your computer and use it in GitHub Desktop.
Save wcandillon/a931e74a4f6b85756329f417aa6eb893 to your computer and use it in GitHub Desktop.
/*
* Generated by https://github.com/wcandillon/react-native-static-images
*/
export default class Images {
static readonly resetPassword = require("../public/images/ResetPassword.jpg");
static readonly signIn = require("../public/images/SignIn.jpg");
static readonly signUp = require("../public/images/SignUp.jpg");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment