Last active
November 16, 2018 14:49
-
-
Save muneneevans/fd6ff694900dd1e92022cb14eb5c3d9e to your computer and use it in GitHub Desktop.
themeable react native
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
import React, { Component } from "react"; | |
import Login from "./Login"; | |
export default class App extends Component { | |
render() { | |
return <Login />; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment