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
#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> |
This file has been truncated, but you can view the full file.
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
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 |
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
/* | |
packages | |
meteorhacks:npm | |
meteorhacks:async | |
node modules | |
request | |
cheerio | |
*/ |