Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. import RoundedButton from "../components/buttons/RoundedButton";
  2. export default class LoggedOut extends Component {
  3. render() {
  4. return (
  5. <View style={styles.wrapper}>
  6. <View style={styles.welcomeWrapper}>
  7. <Image
  8. style={styles.logo}
  9. source={require("../img/airbnb-logo.png")}
  10. />
  11. <Text style={styles.welcomeText}>
  12. Welcome to Airbnb Clone with React Native
  13. </Text>
  14. <RoundedButton />
  15. </View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement