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> | |
<!--[if IE 7 ]> <html lang="en" class="ie7 "> <![endif]--> | |
<!--[if IE 8 ]> <html lang="en" class="ie8 "> <![endif]--> | |
<!--[if IE 9 ]> <html lang="en" class="ie9 "> <![endif]--> | |
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class=""> <!--<![endif]--> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta name="viewport" | |
content="width=device-width, initial-scale=1, maximum-scale=1"><meta http-equiv="Content-Style-Type" content="text/css" /><meta http-equiv="Content-Script-Type" content="text/javascript" /><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name=dropbox-domain-verification content=0gjo970nvgw9 /><title>Thumbtack - Consider it done</title><meta property="fb:app_id" content="131357050011"><meta | |
property="og:url" |
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 { Platform } from 'react-native' | |
import axios from 'axios' | |
import _ from 'lodash' | |
import subreddits from '../../subreddits' | |
import { extendObservable, action, observable } from 'mobx' | |
import normalizeUrl from 'normalize-url' | |
const appId = Platform.select({ | |
ios: 'io.vyga.[APP NAME HERE]', | |
android: 'io.vyga.[APP NAME HERE]' |
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, { Component } from 'react'; | |
import { StyleSheet, View,Text, Image, Animated, Dimensions } from 'react-native'; | |
import Interactable from 'react-native-interactable'; | |
const widthFactor = Dimensions.get('window').width / 375; | |
const heightFactor = (Dimensions.get('window').height - 75) / 667; | |
const showSecondFace = true; | |
const showThirdFace = true; | |
const showFourthFace = true; |
Terminal
remove file rm -rf [folder] find mdfind -onlyin [file]
alias Create an alias •
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
a |
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
<div id="app"></app> |
NewerOlder