Skip to content

Instantly share code, notes, and snippets.

View D1no's full-sized avatar
⚖️
Pushing tech or playing nintendo switch 🤷🏻‍♂️

Dino Scheidt D1no

⚖️
Pushing tech or playing nintendo switch 🤷🏻‍♂️
View GitHub Profile
@D1no
D1no / expo-implementation.cpp
Last active October 3, 2017 07:52
React-Native WebGL Bridge
#include "UEXGL.h"
#ifdef __ANDROID__
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <android/log.h>
#endif
#ifdef __APPLE__
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
@D1no
D1no / terminal-log.sh
Last active June 23, 2017 09:49
firebasepods terminal log
This file has been truncated, but you can view the full file.
Last login: Fri Jun 23 09:16:18 on console
➜ ~ cdf
➜ development node --version
v8.1.0
➜ development react-native init firebase-pods
"firebase-pods" is not a valid name for a project. Please use a valid identifier name (alphanumeric).
➜ development react-native init firebasepods
This will walk you through creating a new React Native project in /Users/worker/development/firebasepods
Using yarn v0.24.6
Installing react-native...
@D1no
D1no / main.js
Last active August 29, 2015 14:12
Cheerio scrape gist with Meteor
/*
packages
meteorhacks:npm
meteorhacks:async
node modules
request
cheerio
*/