Skip to content

Instantly share code, notes, and snippets.

View 509dave16's full-sized avatar

David Fall 509dave16

  • ex-Gopuff
  • Spokane, WA
View GitHub Profile
@509dave16
509dave16 / yarn_and_yarn_run_test-runners_output.txt
Created January 5, 2018 20:05
Output from 'yarn' and 'yarn run test-runners' output
realm-js git:(master) ✗ nvm use default
Now using node v8.6.0 (npm v5.3.0)
➜ realm-js git:(master) ✗ yarn
yarn install v1.3.2
[1/5] 🔍 Validating package.json...
[2/5] 🔍 Resolving packages...
[3/5] 🚚 Fetching packages...
[4/5] 🔗 Linking dependencies...
[5/5] 📃 Building fresh packages...
$ node-pre-gyp install --fallback-to-build
import React, { Component } from 'react';
import {
Platform,
StyleSheet,
Text,
View,
TouchableHighlight,
Button
} from 'react-native';