Created
February 9, 2017 14:04
-
-
Save wcandillon/a931e74a4f6b85756329f417aa6eb893 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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