This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.fontSize": 13, | |
"editor.lineHeight": 1.8, | |
"editor.fontWeight": "normal", | |
"debug.console.fontFamily": "dank mono, monaco, monospace", | |
"editor.fontFamily": "dank mono, monaco, monospace", | |
"workbench.iconTheme": "bearded-icons", | |
"editor.fontLigatures": true, | |
// "workbench.colorCustomizations": { | |
// "editorGutter.background": "#131521", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { useState } from 'react'; | |
import styled from 'styled-components/native'; | |
import { useInterval } from '../../../utils/NotifyHooks'; | |
import { Animated, Easing } from 'react-native'; | |
import FastImage from 'react-native-fast-image'; | |
import { TouchableOpacity } from 'react-native-gesture-handler'; | |
type VideoCardProps = { | |
thumbstrip: string; | |
size?: number; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Pulse from 'pulse-framework' | |
const pulse = new Pulse.Library({ | |
actions: { | |
example({ base }, testParamOne, textParamTwo) { | |
console.log(testParamOne, textParamTwo) | |
} | |
} | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Place your snippets for javascript here. Each snippet is defined under a snippet name and has a prefix, body and | |
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: | |
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the | |
// same ids are connected. | |
// Example: | |
// "Print to console": { | |
// "prefix": "log", | |
// "body": [ | |
// "console.log('$1');", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
body { | |
background: #1d1d1d; | |
color: rgb(15, 184, 29); | |
font-family: monospace; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am jamiepine on github. | |
* I am jamiepine (https://keybase.io/jamiepine) on keybase. | |
* I have a public key ASBPaxYmZZHS831l6mnhjkVnZfYJnOE17U6jx1kdXBsMPwo | |
To claim this, I am signing this object: |