Skip to content

Instantly share code, notes, and snippets.

View mschipperheyn's full-sized avatar

Marc Schipperheyn mschipperheyn

View GitHub Profile
import React, { useEffect, useRef } from "react";
import {
Animated,
Dimensions,
Image,
StyleSheet,
Text,
TouchableOpacity,
} from "react-native";
import Config from "react-native-config";