Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import React, { Component } from "react";
  2. import { Platform, StyleSheet, Text, View } from "react-native";
  3. import LoggedOut from "./src/screens/LoggedOut";
  4. export default class App extends Component {
  5. render() {
  6. return <LoggedOut />;
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement