Skip to content

Instantly share code, notes, and snippets.

View BurnedChris's full-sized avatar

Christopher Burns BurnedChris

View GitHub Profile
@BurnedChris
BurnedChris / example.html
Created October 17, 2018 19:18 — forked from steve228uk/example.html
Deeplink Youtube
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
window.onload = function() {
@BurnedChris
BurnedChris / wallet-animation.js
Created September 3, 2018 19:02 — forked from wcandillon/wallet-animation.js
React Native Apple Wallet Animation
import React from "react";
import {
StyleSheet,
Text,
View,
ScrollView,
Animated,
SafeAreaView,
Dimensions
} from "react-native";