Skip to content

Instantly share code, notes, and snippets.

@alainpatrick
alainpatrick / README.md
Created August 10, 2018 13:36 — forked from vietlq/README.md
Hugo Partial Template to render Open Graph & Twitter Card meta tags
@alainpatrick
alainpatrick / webdev_online_resources.md
Created July 20, 2018 10:01 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@alainpatrick
alainpatrick / package.json
Created January 8, 2018 21:04
is there a npm module that is corrupting the apk file generated by expo? - apk file generated can't be installed on android
{
"name": "Trail",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "react-native-scripts start",
"test": "jest",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
@alainpatrick
alainpatrick / historyListScreen.js
Created December 11, 2017 19:48
error when I call this.props.navigation.navigate
renderRow ({item}) {
const { navigate } = this.props.navigation
return (
<TouchableOpacity
style={{margin: 5}}
onPress={() => this.props.navigation.navigate('historyDetail')}
>
<Card>
<CardItem>
<Body>
@alainpatrick
alainpatrick / cloudSettings
Last active November 11, 2020 05:42 — forked from spencercarli/bd3d4befe38185704bf0fc875e9deed6|configuration.json
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-11-11T05:41:59.830Z","extensionVersion":"v3.4.3"}