Skip to content

Instantly share code, notes, and snippets.

View mxkaske's full-sized avatar
🏠
Working from home

Maximilian Kaske mxkaske

🏠
Working from home
View GitHub Profile
@mxkaske
mxkaske / twitter.js
Created December 23, 2020 22:25 — forked from kmagiera/twitter.js
import React, { Component } from 'react'
import { View, Image, StyleSheet, ScrollView, Text, Animated, StatusBar } from 'react-native'
import Icon from 'react-native-vector-icons/MaterialIcons'
const IMG_SRC = { uri: "https://pulsations.files.wordpress.com/2010/05/randomdog.jpg" }
const IMG_HEIGHT = 200
const NAVBAR_HEIGHT = 64
class Twitter extends Component {
constructor(props) {