Coder Social home page Coder Social logo

ui's Introduction

Shoutem UI

Shoutem UI is a set of styleable components that enables you to build beautiful React Native applications for iOS and Android. All of our components are built to be both composable and customizable. Each component has a predefined style that is compatible with the rest of the Shoutem UI, which makes it possible to build complex components that look great without the need to manually define complex styles.

Install

These instructions are valid for React Native 0.60.0 and higher. If you're running a lower version, please use v1.X.X.

$ npm install --save @shoutem/ui

We have a postinstall script which will add @shoutem/ui's native dependencies to your root package.json in order to support autolinking and pod installation.

Optional: Link the font files to your iOS and Android projects using react-native-asset:

$ npx react-native-asset node_modules/@shoutem/ui/fonts

Not doing this will result in dismissable red screen errors about unknown font names, as well as the default system fonts being used on iOS and Android when a Shoutem UI font is meant to be used, so we suggest running this step.

Docs

All the documentation is available on the Developer portal.

Community

Join our community on Facebook. Also, feel free to ask a question on Stack Overflow using "shoutem" tag.

UI Toolkit

Shoutem UI is a part of the Shoutem UI Toolkit that enables you to build professional looking React Native apps with ease.

It consists of three libraries:

License

The BSD License Copyright (c) 2016-present, Shoutem

ui's People

Contributors

aesqe avatar aleksisara avatar andrewn avatar brentvatne avatar definitely-not-vlad avatar dependabot[bot] avatar dgrubelic avatar dodsky avatar emailnitram avatar guilhermedecampo avatar ikalafat avatar joshyujump avatar jreyesv avatar ltatarev avatar lughino avatar majaklajic avatar mislavkucanda avatar morrigan avatar mrbr avatar ninjinka avatar sohotsoup avatar sstimac avatar tdurand avatar tenodi avatar tomislav-arambasic avatar toroz avatar vunovati avatar yusufyildirim avatar zargold avatar zrumenjak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ui's Issues

Uknown Named Module: 'react/lib/NativeMethodMixin'

I follow the installation step (npm install & react-native link), but everytime I want to import a component from @shoutem/ui it throws an exception Unknown Named Module : 'react/lib/NativeMethodMixin'

whats wrong ?

can't resolve Parallax.js

Finally I complete install shoutem (many errors occurred...), however when i execute react-native run-ios, i met 2 errors.

First:

SyntaxError /User/projectpath/node_modules/@shoutem/ui/theme.js: Unexpected token (885:22)

So I fix this (by just remove specific code from theme.js), second one has bee occurred.

Unable to resoleve module react/lib/NativeMethodsMixin from /Users/projectpath/node_modules/@shoutem/amination/Parallax.js: Module does not exist in the module map or in these directories: 
 /Users/projectpath/node_modules/react/lib

I tried this with

  • OSX sierra
  • xcode 8.1
  • react-native 0.38

And error message also mentioned that

  1. clear watchman watches
  2. delete the node_modules
  3. reset packager cache

but that didn't solve this issue. Does anyone face this issue?

Crash when try to install in exponentjs project

Hi do you have any idea how to fix this ? It seems to crash because it cannot run $react-native link, however, if I run it in command line it works fine.

> @shoutem/[email protected] postinstall /Users/user/Bitbucket/test/node_modules/@shoutem/ui
> react-native link

Command `link` unrecognized. Did you mean to run this inside a react-native project?
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "--save" "@shoutem/ui"
npm ERR! node v4.4.3
npm ERR! npm  v2.15.1
npm ERR! code ELIFECYCLE

npm ERR! @shoutem/[email protected] postinstall: `react-native link`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the @shoutem/[email protected] postinstall script 'react-native link'.
npm ERR! This is most likely a problem with the @shoutem/ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     react-native link
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs @shoutem/ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! 
npm ERR!     npm owner ls @shoutem/ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/user/Bitbucket/test/npm-debug.log

Update README.md file

rnpm has been merged to react-native core therefore README.md file and subsequent documentation should be updated. rnpm's github repo

Now, as you may know, RNPM is merged into React Native core. It means that from now on you don't need to install a third-party software to use your favorite linking functionality (just use a react-native cli).

Android back button + navigation bar hasHistory

I built Restaurant app from example and saw that when I clicked back button on android, it terminated the app. Would be great to implement back button so that it could go back to previous screen.

Picker?

Any plans to create a picker component for your toolkit?

`MapView` has no propType for native prop `AIRMap.showsMyLocationButton` of native type `boolean`

Ps.: I'm not using MapView, just imported View, NavigationBar and Title from @shoutem/ui

image

Exponent logs:

15:02:11
Warning: Native component for "RCTVideo" does not exist
15:02:11
Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.

build fails on fresh install. trying restaurants app demo

Followed the instructions exactly. Clones shoutem/ui, cd'd into restaurants app and installed and linked. tried starting on iOS simulator and:

/Users/al/Dropbox/Development/chopchop/ui/examples/RestaurantsApp/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:494:3: error: 
      ignoring return value of function declared with warn_unused_result
      attribute [-Werror,-Wunused-result]
  SecRandomCopyBytes(kSecRandomDefault, keyBytes.length, keyBytes.mutableBytes);
  ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/al/Dropbox/Development/chopchop/ui/examples/RestaurantsApp/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:1334:5: error: 
      ignoring return value of function declared with warn_unused_result
      attribute [-Werror,-Wunused-result]
    SecRandomCopyBytes(kSecRandomDefault, sizeof(uint32_t), (uint8_t *)mask_key);
    ^~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.

And:

** BUILD FAILED **


The following build commands failed:
    CompileC /Users/al/Dropbox/Development/chopchop/ui/examples/RestaurantsApp/ios/build/Build/Intermediates/RCTWebSocket.build/Debug-iphonesimulator/RCTWebSocket.build/Objects-normal/x86_64/RCTSRWebSocket.o RCTSRWebSocket.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Installing build/Build/Products/Debug-iphonesimulator/ShoutemRestaurants.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/ShoutemRestaurants.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Any ideas?

Cannot install from npm

Hi,

Here is the error I got when I tried to install with command "npm i -S @shoutem/ui".

Invalid name: "@shoutem/ui"

I'm using node 4.6.0.

Thanks,
Bao

Can't run RestaurantsApp

I followed the README of shoutem/ui. But got the following message:

TransformError: /Users/xxxx/Projects/xxxxx/ui/examples/RestaurantsApp/index.ios.js: Couldn't find preset "react-native" relative to directory "/Users/xxxx/Projects/xxxxx/ui

When I tried to run by:

react-native run-ios

Any idea? Thanks.

DropDownMenu onOptionSelected issue

DropDownMenu fires a function after render, not on tapping an option from menu

<DropDownMenu
  titleProperty={'name'}
  valueProperty={'id'}
  options={TMPARRAY}
  onOptionSelected={console.log}
/>

Native Component Does Not Exist

After installing and linking the @shoutem/ui package, importing any exports(e.g. import { Row } from '@shoutem/ui'; ) causes the following warnings for Android:

10-23 00:30:29.260  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.261  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMapMarker" does not exist
10-23 00:30:29.262  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.262  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMapPolyline" does not exist
10-23 00:30:29.263  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.263  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMapPolygon" does not exist
10-23 00:30:29.263  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.264  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMapCircle" does not exist
10-23 00:30:29.264  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.264  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMapCallout" does not exist
10-23 00:30:29.265  3097  3180 W ReactNativeJS: Warning: ReactClass: You're attempting to include a mixin that is either null or not an object. Check the mixins included by the component, as well as any mixins they include themselves. Expected object but got undefined.
10-23 00:30:29.265  3097  3180 W ReactNativeJS: Warning: Native component for "AIRMap" does not exist
10-23 00:30:29.266  3097  3180 W ReactNativeJS: Warning: Native component for "RCTMap" does not exist
10-23 00:30:29.323  3097  3180 W ReactNativeJS: Including unexisting style: richMediaTextStyle
10-23 00:30:29.325  3097  3180 W ReactNativeJS: Including unexisting style: richMediaTextStyle
10-23 00:30:29.354  3097  3180 I ReactNativeJS: Running application "ReactNativePlayground" with appParams: {"initialProps":{},"rootTag":1}. __DEV__ === true, development-level warning are ON, performance optimizations are OFF

They are preventing the app from executing properly resulting in a blank screen. I think they are related to the following react-native-maps issue but there was no resolution for it and it was simply closed: react-native-maps/react-native-maps#21

OS: Ubuntu 16.04 LTS
React Native Version: 0.35.0
Devices: Moto X Pure & Genymotion Nexus 5X

Text Component - Failed prop type: Invalid prop `style` of type `number`

Hi,

When I'm trying to style a Shoutem component, I get the following error:

ExceptionsManager.js:82 Warning: Failed prop type: Invalid propstyleof typenumbersupplied toStyled(AnimatedComponent), expectedobject.

Example code:

<Text style={styles.upNext}> Hello world!</Text>
const styles = StyleSheet.create({
    upNext:{
        textAlign:"center",
        fontSize:20
    }
});

Error saving ui-module

Hi, with the /cli module failing I was trying to accomplish some testing with the UI-module atleast, I've setup all the dependencies and when I'm running npm i -S @shoutem/ui I get this error....

npm WARN deprecated [email protected]: This package is deprecated. Use Object.assign.

> @shoutem/[email protected] postinstall C:\Users\jb\Documents\Appar\Bira\node_modules\@shoutem\ui
> react-native link

Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli
npm ERR! Windows_NT 10.0.10586
npm ERR! argv "C:\\nodejs\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-S" "@shoutem/ui"
npm ERR! node v6.7.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE

npm ERR! @shoutem/[email protected] postinstall: `react-native link`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @shoutem/[email protected] postinstall script 'react-native link'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the @shoutem/ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     react-native link
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs @shoutem/ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls @shoutem/ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     C:\Users\jb\Documents\Appar\Bira\npm-debug.log

Npm version: 3.10.3
Node version: v6.7.0
OS: Windows

Spacing in GridView

Look at the left side. How to set spacing between card on GridView like this?
a

I have follow docs, but I got white separator between card.
b

rnpm not found

rnpm is merged with react-native cli and packages with native dependencies can be installed and linked with react-native install command. I am unable to install shouterm/ui due to this error. Please remove post install.

TextInput ref methods are broken

I try to call the focus() method on a TextInput ref. Such as

<TextInput ref="emailInput" onSubmitEditing={() => this.focusNextField('passwordInput')}/>
<TextInput ref="passwordInput"/>

// component method
focusNextField = (nextField) => {
  this.refs[nextField].focus();
};

However I get the following Error Message:
_this.refs[nextField].focus is not a function

The Reference Type seems to be different compared to the React Native core and doesn't offer methods such as focus()

TextInput error when using secureTextEntry={true}

When I add secureTextEntry={true} to a shoutem/ui TextInput, I have the following error:
Unrecognized font family 'Rubik'
I have been able to track the error up to this line in components/TextInput.js

const AnimatedTextInput = connectAnimation(TextInput);
const StyledTextInput = connectStyle('shoutem.ui.TextInput')(AnimatedTextInput);

I fixed the bug by doing that

//const AnimatedTextInput = connectAnimation(TextInput);
const StyledTextInput = connectStyle('shoutem.ui.TextInput')(TextInput);

because I tried to find the bug in connectAnimation, but I couldn't find anything strange and I have no clue what it could be

Invalid props.style key supplied to `View`

I get this warning:

Warning: Failed prop type: Invalid props.style key `shoutem` supplied to `View`.
Bad object: {
  "shoutem": {
  ....
Warning: Failed prop type: Invalid props.style key `shoutem` supplied to `RCTView`.
Bad object: {
  "shoutem": {
  ....

Tried with projects from scratch, both react-native 0.36 and 0.37.

The steps to reproduce:

  • react-native init testwarningshoutem
  • yarn add @shoutem/ui
// styles.js
module.exports = {
  test: {
    backgroundColor: '#ccc',
    border: 2,
  }
};
// dummy index.ios.js
import React, { Component } from 'react';
import {
  AppRegistry,
  StyleSheet,
} from 'react-native';
import {
  Row,
  Subtitle,
  Caption,
  Text,
  TouchableOpacity,
  View,
} from '@shoutem/ui';
import styles from './styles';

export default class testwarningshoutem extends Component {
  render() {
    return (
      <Row style={styles.test}>
          <View styleName="vertical">
            <View styleName="horizontal space-between">
              <Subtitle
                styleName="">
                sdfdsfdsfdsfds
              </Subtitle>
              <Caption>
                10/10/2016
              </Caption>
            </View>
            <Text>
              dffdgdfgxxxfrfrgegre
            </Text>
          </View>
        </Row>
    );
  }
}

AppRegistry.registerComponent('testwarningshoutem', () => testwarningshoutem);

The styles is applied properly, but it's not deleted the property shoutem and generates this warning.

HelloWorld crashing: __DEV__ is not defined

Just trying to use the example that you put in the readme and hit that error:
TransformError: /Users/username/Project/node_modules/@shoutem/ui/index.js: __DEV__ is not defined Any idea how to fix this ?

Post Install Script Failing on Windows 10

Hi there, I was trying to add shoutem to my project but facing the following error on installation.

$  npm i -S @shoutem/ui

> @shoutem/[email protected] postinstall D:\Code\playground\native-react\HelloWorld\node_modules\@shoutem\ui
> react-native link

Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "i" "-S" "@shoutem/ui"
npm ERR! node v6.8.1
npm ERR! npm  v3.10.8
npm ERR! code ELIFECYCLE

npm ERR! @shoutem/[email protected] postinstall: `react-native link`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @shoutem/[email protected] postinstall script 'react-native link'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the @shoutem/ui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     react-native link
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs @shoutem/ui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls @shoutem/ui
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     D:\Code\playground\native-react\HelloWorld\npm-debug.log

Now the error tells me that I have:

Looks like you installed react-native globally, maybe you meant react-native-cli?
To fix the issue, run:
npm uninstall -g react-native
npm install -g react-native-cli

I have repeated the above suggested steps a couple of times, but the installation keeps throwing the same error, every time.

Variety number of rows with GridRow

The main idea behind this approach is to allow developers to have a variable number of columns in each row, for example: the first row can have only 1 column, followed by a number of rows with 2 columns.

How do I set this up

Overwrite default theme constants ?

Hello,

I want to have a custom theme that overwrite some stuff of the default theme shipped with the UI, but i'm struggling to understand how to overwrite the constants.

For example, if i just want to change the BACKGROUND_COLOR of the defaultTheme, i would like to do something like that:

import { getTheme } from '@shoutem/ui';

const Colors = {
  BACKGROUND: '#f7f2ea',
  SCREEN_BACKGROUND: '#f7f2ea'
};

const customTheme = {
  ...getTheme({
    Colors
  })
  //Overwrite some non constant theme stuff here
};


export default customTheme;

But currently this doesn't work, i didn't see any ways to change the constants of the theme other than

  • copy paste the whole theme.js file and take it from here (but this means to merge it on each upgrade of shoutem)
  • overwrite every single part of theming using my constants

Have i missed something ? If not i'll be happy to send over a PR that enables us to overwrite the variables used by theme.js here: https://github.com/shoutem/ui/blob/develop/theme.js#L55

Thanks

ListView append new data onLoadMore

I have a ListView which gets data from an array which is stored in state. when the user scrolls to the bottom of the list, onLoadMore fires up and it appends new data to the data array in state. This however does not renders appended array as Rows in my ListView. Am I missing something here?

Play video from native url ( file:// ) with WebView ?

Hi there,

I'm currently working on integrating Video to my app, and i saw that you are working on releasing a Video components (that's great). Looking at the code i saw that you settled on using WebView to play all kind of videos: #27 .

My question is, have you been able to play a video from a local video (on ios device) ?

Because for me it doesn't work for uri starting with file:///

file:///Users/tdurand/Library/Developer/CoreSimulator/Devices/E2D725EC-A972-4BAC-8309-2D8A13535FAA/data/Containers/Data/Application/54A5EDAB-F950-4D7D-8995-3BD5755AF52F/tmp/trim.CF765039-D257-4DB8-A9A7-3925D495942F.MOV

When i do so, just integrating like that:

<WebView source={{ uri: "file:///Users/tdurand/Library/Developer/CoreSimulator/Devices/E2D725EC-A972-4BAC-8309-2D8A13535FAA/data/Containers/Data/Application/54A5EDAB-F950-4D7D-8995-3BD5755AF52F/tmp/trim.CF765039-D257-4DB8-A9A7-3925D495942F.MOV" }}
                  style={{height: 150 ,width: 150}}
                />

Is working but throw an error just after half sec, really frustrating

xo8exe3hut

The error thrown is:

{
  canGoBack:false,
  canGoForward:false,
  code:204,
  description:"Plug-in handled load",
  domain:"WebKitErrorDomain",
  loading:false,
  target:155,
  title:"",
  url:"file:///Users/tdurand/Library/Developer/CoreSimulator/Devices/E2D725EC-A972-4BAC-8309-2D8A13535FAA/data/Containers/Data/Application/54A5EDAB-F950-4D7D-8995-3BD5755AF52F/tmp/trim.CF765039-D257-4DB8-A9A7-3925D495942F.MOV"
}

I very well looks like a bug of React Native Webview that does not authorize those urls, but before filling an issue there i would like to know if you've been able to play a video from local ?

Thanks !

Error when running the application on ios simolator

An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Error in config:

[Error: Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier #/Users/***/Desktop/ui/examples/RestaurantsApp/ios/build/Build/Products/Debug-iphonesimulator/ShoutemRestaurants.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Images not displaying in the simulator

When I render an image, copying and pasting the same code from the examples, such as this one:

<Image
  styleName="featured"
  source={{ uri: 'http://shoutem.github.io/img/ui-toolkit/examples/image-4.png' }}
>
  <Tile>
    <Title styleName="md-gutter-bottom">MIKE PATTON TEAMING WITH JOHN KAADA FOR COLLAB ALBUM BACTERIA CULT</Title>
    <Caption>Sophia Jackson        21 hours ago</Caption>
  </Tile>
</Image>

It looks like this:

screen shot 2016-09-27 at 11 25 02 pm

And if I stop the app, open Safari in the simulator, copy and paste the same image URL into the address bar, the image shows up fine. So it just doesn't display in the app.

Unrecognized font family 'Rubik-Regular'

Error using app Unrecognized font family 'Rubik-Regular'. App works fine after dismissing. Just posting this since I could not resolve it through other issues I found online.

Also, unable to load RestaurantsApp until I upgraded RN 0.38.

Will post a PR if I am able to resolve.

Gradient Backgrounds

Is there a way to set up background gradients for NavigationBars and Buttons?

Thanks for the great project!

stylename="disclosure" not working in <Row>

i have a basic <Row/> component (pulled from the documentation) and I'm using the disclosure style in hopes of pulling the right arrow right, however, it doesn't seem to be working. Am I doing something wrong?

code:

<Row styleName="small">
  <Icon name="web" />
  <Text>{myRecord.name}</Text>
  <Icon styleName="disclosure" name="right-arrow" />
</Row>

renders as:
glass

Navigation API

Code example in tutorial is using @shoutem/core/navigation but no such package is available on npm.

Refreshable ListView loading indicator stay visible.

After pull to refresh action loading indicator has still visible.

render() {
    return (
      <Screen styleName="full-screen" style={{ marginTop: 70 }}>
        <ListView
          data={this.state.items}
          renderRow={item => this.renderRow(item)}
          onRefresh={() => {
            setTimeout(() => { 
              this.setState({
                loading: true,
                items: [{ name: 'test' }]
              });                              
            }, 300);
          }}
        />
      </Screen>
    );
  }

How i can hide refreshable component?

NavigationBar gets overwritten by other elements

Hi - really enjoying parts of the shoutem library. I'm running into a problem with elements overlapping. I've attached an image - in this, a NavigationBar is being overlapped by the subsequent Tile. The lower border of the NavigationBar is evident at the right border (highlighted).

This does not seem to occur with other elements of the library or with elements I have created myself. Just the NavigationBar. Running the latest released build of shouted/ui, RN 0.34.1

<NavigationBar styleName="container"
centerComponent={<Title>TITLE</Title>}
/>
<Image
styleName="featured"
source={{ uri: 'http://shoutem.github.io/img/ui-toolkit/examples/image-11.png' }}
>
<Tile>
<Overlay><Heading>-20%</Heading></Overlay>
<Title styleName="md-gutter-top">COOL BLACK AND WHITE STYLISH WATCHES</Title>
<Subtitle styleName="line-through sm-gutter-top">$280.00</Subtitle>
<Heading>$250.00</Heading>
<Button styleName="md-gutter-top"><Icon name="cart" /><Text>ADD TO BASKET</Text></Button>
</Tile>
</Image>
</View>


)
}


screen shot 2016-09-30 at 9 41 43 am

Error in installing @shoutem/ui

0 info it worked if it ends with ok
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
1 verbose cli   'C:\\Users\\Ronald\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli   'i',
1 verbose cli   '-S',
1 verbose cli   '@shoutem/ui' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData @shoutem/ui
8 silly fetchNamedPackageData @shoutem/ui
9 silly mapToRegistry name @shoutem/ui
10 silly mapToRegistry scope (from package name) @shoutem
11 verbose mapToRegistry no registry URL found in name for scope @shoutem
12 silly mapToRegistry using default registry
13 silly mapToRegistry registry https://registry.npmjs.org/
14 silly mapToRegistry data Result {
14 silly mapToRegistry   raw: '@shoutem/ui',
14 silly mapToRegistry   scope: '@shoutem',
14 silly mapToRegistry   escapedName: '@shoutem%2fui',
14 silly mapToRegistry   name: '@shoutem/ui',
14 silly mapToRegistry   rawSpec: '',
14 silly mapToRegistry   spec: 'latest',
14 silly mapToRegistry   type: 'tag' }
15 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2fui
16 verbose request uri https://registry.npmjs.org/@shoutem%2fui
17 verbose request no auth needed
18 info attempt registry request try #1 at 11:42:39 PM
19 verbose request id d6cc44a07e88e1a7
20 verbose etag "27S8MHMLFHFLLL0Y5EAN59MV5"
21 http request GET https://registry.npmjs.org/@shoutem%2fui
22 http 304 https://registry.npmjs.org/@shoutem%2fui
23 verbose headers { date: 'Mon, 31 Oct 2016 17:59:05 GMT',
23 verbose headers   via: '1.1 varnish',
23 verbose headers   'cache-control': 'max-age=0',
23 verbose headers   etag: '"27S8MHMLFHFLLL0Y5EAN59MV5"',
23 verbose headers   age: '0',
23 verbose headers   connection: 'keep-alive',
23 verbose headers   'x-served-by': 'cache-sin6927-SIN',
23 verbose headers   'x-cache': 'MISS',
23 verbose headers   'x-cache-hits': '0',
23 verbose headers   'x-timer': 'S1477936745.287666,VS0,VE1009',
23 verbose headers   vary: 'Accept-Encoding' }
24 silly get cb [ 304,
24 silly get   { date: 'Mon, 31 Oct 2016 17:59:05 GMT',
24 silly get     via: '1.1 varnish',
24 silly get     'cache-control': 'max-age=0',
24 silly get     etag: '"27S8MHMLFHFLLL0Y5EAN59MV5"',
24 silly get     age: '0',
24 silly get     connection: 'keep-alive',
24 silly get     'x-served-by': 'cache-sin6927-SIN',
24 silly get     'x-cache': 'MISS',
24 silly get     'x-cache-hits': '0',
24 silly get     'x-timer': 'S1477936745.287666,VS0,VE1009',
24 silly get     vary: 'Accept-Encoding' } ]
25 verbose etag https://registry.npmjs.org/@shoutem%2fui from cache
26 verbose get saving @shoutem/ui to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\_40shoutem_252fui\.cache.json
27 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
28 silly install normalizeTree
29 silly loadCurrentTree Finishing
30 silly loadIdealTree Starting
31 silly install loadIdealTree
32 silly cloneCurrentTree Starting
33 silly install cloneCurrentTreeToIdealTree
34 silly cloneCurrentTree Finishing
35 silly loadShrinkwrap Starting
36 silly install loadShrinkwrap
37 silly loadShrinkwrap Finishing
38 silly loadAllDepsIntoIdealTree Starting
39 silly install loadAllDepsIntoIdealTree
40 silly resolveWithNewModule @shoutem/[email protected] checking installable status
41 silly cache add args [ '@shoutem/ui', null ]
42 verbose cache add spec @shoutem/ui
43 silly cache add parsed spec Result {
43 silly cache add   raw: '@shoutem/ui',
43 silly cache add   scope: '@shoutem',
43 silly cache add   escapedName: '@shoutem%2fui',
43 silly cache add   name: '@shoutem/ui',
43 silly cache add   rawSpec: '',
43 silly cache add   spec: 'latest',
43 silly cache add   type: 'tag' }
44 silly addNamed @shoutem/ui@latest
45 verbose addNamed "latest" is being treated as a dist-tag for @shoutem/ui
46 info addNameTag [ '@shoutem/ui', 'latest' ]
47 silly mapToRegistry name @shoutem/ui
48 silly mapToRegistry scope (from package name) @shoutem
49 verbose mapToRegistry no registry URL found in name for scope @shoutem
50 silly mapToRegistry using default registry
51 silly mapToRegistry registry https://registry.npmjs.org/
52 silly mapToRegistry data Result {
52 silly mapToRegistry   raw: '@shoutem/ui',
52 silly mapToRegistry   scope: '@shoutem',
52 silly mapToRegistry   escapedName: '@shoutem%2fui',
52 silly mapToRegistry   name: '@shoutem/ui',
52 silly mapToRegistry   rawSpec: '',
52 silly mapToRegistry   spec: 'latest',
52 silly mapToRegistry   type: 'tag' }
53 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2fui
54 verbose addNameTag registry:https://registry.npmjs.org/@shoutem%2fui not in flight; fetching
55 verbose get https://registry.npmjs.org/@shoutem%2fui not expired, no request
56 silly addNameTag next cb for @shoutem/ui with tag latest
57 silly addNamed @shoutem/[email protected]
58 verbose addNamed "0.9.1" is a plain semver version for @shoutem/ui
59 silly cache afterAdd @shoutem/[email protected]
60 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\ui\0.9.1\package\package.json not in flight; writing
61 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
62 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\ui\0.9.1\package\package.json written
63 silly fetchNamedPackageData buffer
64 silly mapToRegistry name buffer
65 silly mapToRegistry using default registry
66 silly mapToRegistry registry https://registry.npmjs.org/
67 silly mapToRegistry data Result {
67 silly mapToRegistry   raw: 'buffer',
67 silly mapToRegistry   scope: null,
67 silly mapToRegistry   escapedName: 'buffer',
67 silly mapToRegistry   name: 'buffer',
67 silly mapToRegistry   rawSpec: '',
67 silly mapToRegistry   spec: 'latest',
67 silly mapToRegistry   type: 'tag' }
68 silly mapToRegistry uri https://registry.npmjs.org/buffer
69 silly fetchNamedPackageData events
70 silly mapToRegistry name events
71 silly mapToRegistry using default registry
72 silly mapToRegistry registry https://registry.npmjs.org/
73 silly mapToRegistry data Result {
73 silly mapToRegistry   raw: 'events',
73 silly mapToRegistry   scope: null,
73 silly mapToRegistry   escapedName: 'events',
73 silly mapToRegistry   name: 'events',
73 silly mapToRegistry   rawSpec: '',
73 silly mapToRegistry   spec: 'latest',
73 silly mapToRegistry   type: 'tag' }
74 silly mapToRegistry uri https://registry.npmjs.org/events
75 silly fetchNamedPackageData html-entities
76 silly mapToRegistry name html-entities
77 silly mapToRegistry using default registry
78 silly mapToRegistry registry https://registry.npmjs.org/
79 silly mapToRegistry data Result {
79 silly mapToRegistry   raw: 'html-entities',
79 silly mapToRegistry   scope: null,
79 silly mapToRegistry   escapedName: 'html-entities',
79 silly mapToRegistry   name: 'html-entities',
79 silly mapToRegistry   rawSpec: '',
79 silly mapToRegistry   spec: 'latest',
79 silly mapToRegistry   type: 'tag' }
80 silly mapToRegistry uri https://registry.npmjs.org/html-entities
81 silly fetchNamedPackageData htmlparser2
82 silly mapToRegistry name htmlparser2
83 silly mapToRegistry using default registry
84 silly mapToRegistry registry https://registry.npmjs.org/
85 silly mapToRegistry data Result {
85 silly mapToRegistry   raw: 'htmlparser2',
85 silly mapToRegistry   scope: null,
85 silly mapToRegistry   escapedName: 'htmlparser2',
85 silly mapToRegistry   name: 'htmlparser2',
85 silly mapToRegistry   rawSpec: '',
85 silly mapToRegistry   spec: 'latest',
85 silly mapToRegistry   type: 'tag' }
86 silly mapToRegistry uri https://registry.npmjs.org/htmlparser2
87 silly fetchNamedPackageData lodash
88 silly mapToRegistry name lodash
89 silly mapToRegistry using default registry
90 silly mapToRegistry registry https://registry.npmjs.org/
91 silly mapToRegistry data Result {
91 silly mapToRegistry   raw: 'lodash',
91 silly mapToRegistry   scope: null,
91 silly mapToRegistry   escapedName: 'lodash',
91 silly mapToRegistry   name: 'lodash',
91 silly mapToRegistry   rawSpec: '',
91 silly mapToRegistry   spec: 'latest',
91 silly mapToRegistry   type: 'tag' }
92 silly mapToRegistry uri https://registry.npmjs.org/lodash
93 silly fetchNamedPackageData @shoutem/animation
94 silly mapToRegistry name @shoutem/animation
95 silly mapToRegistry scope (from package name) @shoutem
96 verbose mapToRegistry no registry URL found in name for scope @shoutem
97 silly mapToRegistry using default registry
98 silly mapToRegistry registry https://registry.npmjs.org/
99 silly mapToRegistry data Result {
99 silly mapToRegistry   raw: '@shoutem/animation',
99 silly mapToRegistry   scope: '@shoutem',
99 silly mapToRegistry   escapedName: '@shoutem%2fanimation',
99 silly mapToRegistry   name: '@shoutem/animation',
99 silly mapToRegistry   rawSpec: '',
99 silly mapToRegistry   spec: 'latest',
99 silly mapToRegistry   type: 'tag' }
100 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2fanimation
101 silly fetchNamedPackageData stream
102 silly mapToRegistry name stream
103 silly mapToRegistry using default registry
104 silly mapToRegistry registry https://registry.npmjs.org/
105 silly mapToRegistry data Result {
105 silly mapToRegistry   raw: 'stream',
105 silly mapToRegistry   scope: null,
105 silly mapToRegistry   escapedName: 'stream',
105 silly mapToRegistry   name: 'stream',
105 silly mapToRegistry   rawSpec: '',
105 silly mapToRegistry   spec: 'latest',
105 silly mapToRegistry   type: 'tag' }
106 silly mapToRegistry uri https://registry.npmjs.org/stream
107 silly fetchNamedPackageData tinycolor2
108 silly mapToRegistry name tinycolor2
109 silly mapToRegistry using default registry
110 silly mapToRegistry registry https://registry.npmjs.org/
111 silly mapToRegistry data Result {
111 silly mapToRegistry   raw: 'tinycolor2',
111 silly mapToRegistry   scope: null,
111 silly mapToRegistry   escapedName: 'tinycolor2',
111 silly mapToRegistry   name: 'tinycolor2',
111 silly mapToRegistry   rawSpec: '',
111 silly mapToRegistry   spec: 'latest',
111 silly mapToRegistry   type: 'tag' }
112 silly mapToRegistry uri https://registry.npmjs.org/tinycolor2
113 silly fetchNamedPackageData react-native-share
114 silly mapToRegistry name react-native-share
115 silly mapToRegistry using default registry
116 silly mapToRegistry registry https://registry.npmjs.org/
117 silly mapToRegistry data Result {
117 silly mapToRegistry   raw: 'react-native-share',
117 silly mapToRegistry   scope: null,
117 silly mapToRegistry   escapedName: 'react-native-share',
117 silly mapToRegistry   name: 'react-native-share',
117 silly mapToRegistry   rawSpec: '',
117 silly mapToRegistry   spec: 'latest',
117 silly mapToRegistry   type: 'tag' }
118 silly mapToRegistry uri https://registry.npmjs.org/react-native-share
119 silly fetchNamedPackageData react-native-vector-icons
120 silly mapToRegistry name react-native-vector-icons
121 silly mapToRegistry using default registry
122 silly mapToRegistry registry https://registry.npmjs.org/
123 silly mapToRegistry data Result {
123 silly mapToRegistry   raw: 'react-native-vector-icons',
123 silly mapToRegistry   scope: null,
123 silly mapToRegistry   escapedName: 'react-native-vector-icons',
123 silly mapToRegistry   name: 'react-native-vector-icons',
123 silly mapToRegistry   rawSpec: '',
123 silly mapToRegistry   spec: 'latest',
123 silly mapToRegistry   type: 'tag' }
124 silly mapToRegistry uri https://registry.npmjs.org/react-native-vector-icons
125 silly fetchNamedPackageData @shoutem/theme
126 silly mapToRegistry name @shoutem/theme
127 silly mapToRegistry scope (from package name) @shoutem
128 verbose mapToRegistry no registry URL found in name for scope @shoutem
129 silly mapToRegistry using default registry
130 silly mapToRegistry registry https://registry.npmjs.org/
131 silly mapToRegistry data Result {
131 silly mapToRegistry   raw: '@shoutem/theme',
131 silly mapToRegistry   scope: '@shoutem',
131 silly mapToRegistry   escapedName: '@shoutem%2ftheme',
131 silly mapToRegistry   name: '@shoutem/theme',
131 silly mapToRegistry   rawSpec: '',
131 silly mapToRegistry   spec: 'latest',
131 silly mapToRegistry   type: 'tag' }
132 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2ftheme
133 silly fetchNamedPackageData babel-plugin-transform-decorators-legacy
134 silly mapToRegistry name babel-plugin-transform-decorators-legacy
135 silly mapToRegistry using default registry
136 silly mapToRegistry registry https://registry.npmjs.org/
137 silly mapToRegistry data Result {
137 silly mapToRegistry   raw: 'babel-plugin-transform-decorators-legacy',
137 silly mapToRegistry   scope: null,
137 silly mapToRegistry   escapedName: 'babel-plugin-transform-decorators-legacy',
137 silly mapToRegistry   name: 'babel-plugin-transform-decorators-legacy',
137 silly mapToRegistry   rawSpec: '',
137 silly mapToRegistry   spec: 'latest',
137 silly mapToRegistry   type: 'tag' }
138 silly mapToRegistry uri https://registry.npmjs.org/babel-plugin-transform-decorators-legacy
139 silly fetchOtherPackageData react-native-maps@github:5minutes/react-native-maps#friends-with-28
140 silly cache add args [ 'react-native-maps@github:5minutes/react-native-maps#friends-with-28',
140 silly cache add   null ]
141 verbose cache add spec react-native-maps@github:5minutes/react-native-maps#friends-with-28
142 silly fetchOtherPackageData react-native-lightbox@github:shoutem/react-native-lightbox
143 silly cache add args [ 'react-native-lightbox@github:shoutem/react-native-lightbox',
143 silly cache add   null ]
144 verbose cache add spec react-native-lightbox@github:shoutem/react-native-lightbox
145 silly cache add parsed spec Result {
145 silly cache add   raw: 'react-native-maps@github:5minutes/react-native-maps#friends-with-28',
145 silly cache add   scope: null,
145 silly cache add   escapedName: 'react-native-maps',
145 silly cache add   name: 'react-native-maps',
145 silly cache add   rawSpec: 'github:5minutes/react-native-maps#friends-with-28',
145 silly cache add   spec: 'github:5minutes/react-native-maps#friends-with-28',
145 silly cache add   type: 'hosted',
145 silly cache add   hosted:
145 silly cache add    { type: 'github',
145 silly cache add      ssh: '[email protected]:5minutes/react-native-maps.git#friends-with-28',
145 silly cache add      sshUrl: 'git+ssh://[email protected]/5minutes/react-native-maps.git#friends-with-28',
145 silly cache add      httpsUrl: 'git+https://github.com/5minutes/react-native-maps.git#friends-with-28',
145 silly cache add      gitUrl: 'git://github.com/5minutes/react-native-maps.git#friends-with-28',
145 silly cache add      shortcut: 'github:5minutes/react-native-maps#friends-with-28',
145 silly cache add      directUrl: 'https://raw.githubusercontent.com/5minutes/react-native-maps/friends-with-28/package.json' } }
146 verbose addRemoteGit caching github:5minutes/react-native-maps#friends-with-28
147 verbose addRemoteGit 5minutes/react-native-maps#friends-with-28 is a repository hosted by github
148 silly tryGitProto attempting to clone git://github.com/5minutes/react-native-maps.git#friends-with-28
149 silly tryClone cloning 5minutes/react-native-maps#friends-with-28 via git://github.com/5minutes/react-native-maps.git#friends-with-28
150 verbose tryClone git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f not in flight; caching
151 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
152 silly cache add parsed spec Result {
152 silly cache add   raw: 'react-native-lightbox@github:shoutem/react-native-lightbox',
152 silly cache add   scope: null,
152 silly cache add   escapedName: 'react-native-lightbox',
152 silly cache add   name: 'react-native-lightbox',
152 silly cache add   rawSpec: 'github:shoutem/react-native-lightbox',
152 silly cache add   spec: 'github:shoutem/react-native-lightbox',
152 silly cache add   type: 'hosted',
152 silly cache add   hosted:
152 silly cache add    { type: 'github',
152 silly cache add      ssh: '[email protected]:shoutem/react-native-lightbox.git',
152 silly cache add      sshUrl: 'git+ssh://[email protected]/shoutem/react-native-lightbox.git',
152 silly cache add      httpsUrl: 'git+https://github.com/shoutem/react-native-lightbox.git',
152 silly cache add      gitUrl: 'git://github.com/shoutem/react-native-lightbox.git',
152 silly cache add      shortcut: 'github:shoutem/react-native-lightbox',
152 silly cache add      directUrl: 'https://raw.githubusercontent.com/shoutem/react-native-lightbox/master/package.json' } }
153 verbose addRemoteGit caching github:shoutem/react-native-lightbox
154 verbose addRemoteGit shoutem/react-native-lightbox is a repository hosted by github
155 silly tryGitProto attempting to clone git://github.com/shoutem/react-native-lightbox.git
156 silly tryClone cloning shoutem/react-native-lightbox via git://github.com/shoutem/react-native-lightbox.git
157 verbose tryClone git-github-com-shoutem-react-native-lightbox-git-67d485d3 not in flight; caching
158 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir already in flight; waiting
159 verbose request uri https://registry.npmjs.org/events
160 verbose request no auth needed
161 info attempt registry request try #1 at 11:42:43 PM
162 verbose etag "DKFTJCSQBPVK1L2SJLE5R9U9G"
163 http request GET https://registry.npmjs.org/events
164 verbose request uri https://registry.npmjs.org/buffer
165 verbose request no auth needed
166 info attempt registry request try #1 at 11:42:43 PM
167 verbose etag "DSMMC4RO2MII4VN6UIX2DH238"
168 http request GET https://registry.npmjs.org/buffer
169 verbose request uri https://registry.npmjs.org/htmlparser2
170 verbose request no auth needed
171 info attempt registry request try #1 at 11:42:43 PM
172 verbose etag "173WWR80R334HBQ4NR20OO68T"
173 http request GET https://registry.npmjs.org/htmlparser2
174 verbose request uri https://registry.npmjs.org/html-entities
175 verbose request no auth needed
176 info attempt registry request try #1 at 11:42:43 PM
177 verbose etag "52TAVL69GBSAXDTHUOK7EG668"
178 http request GET https://registry.npmjs.org/html-entities
179 verbose request uri https://registry.npmjs.org/lodash
180 verbose request no auth needed
181 info attempt registry request try #1 at 11:42:43 PM
182 verbose etag "95Y06ROD950G7PJ7FNSHS9ZTB"
183 http request GET https://registry.npmjs.org/lodash
184 verbose request uri https://registry.npmjs.org/stream
185 verbose request no auth needed
186 info attempt registry request try #1 at 11:42:43 PM
187 verbose etag "ENB5KTYV1XNUPMQUC2STJD1X5"
188 http request GET https://registry.npmjs.org/stream
189 verbose request uri https://registry.npmjs.org/@shoutem%2fanimation
190 verbose request no auth needed
191 info attempt registry request try #1 at 11:42:43 PM
192 verbose etag "1UJDLO8ANUL2RUCLK0GZ9IAS4"
193 http request GET https://registry.npmjs.org/@shoutem%2fanimation
194 verbose request uri https://registry.npmjs.org/tinycolor2
195 verbose request no auth needed
196 info attempt registry request try #1 at 11:42:43 PM
197 verbose etag "DTT4CS6JES9YGB9BCKKOSQ5TQ"
198 http request GET https://registry.npmjs.org/tinycolor2
199 verbose request uri https://registry.npmjs.org/react-native-share
200 verbose request no auth needed
201 info attempt registry request try #1 at 11:42:43 PM
202 verbose etag "51YR3G4ZJ32QX1YMDHJC9D2NL"
203 http request GET https://registry.npmjs.org/react-native-share
204 verbose request uri https://registry.npmjs.org/babel-plugin-transform-decorators-legacy
205 verbose request no auth needed
206 info attempt registry request try #1 at 11:42:43 PM
207 verbose etag "EAPNFZQ4A3SCX3THVZRYWAFL6"
208 http request GET https://registry.npmjs.org/babel-plugin-transform-decorators-legacy
209 verbose request uri https://registry.npmjs.org/@shoutem%2ftheme
210 verbose request no auth needed
211 info attempt registry request try #1 at 11:42:43 PM
212 verbose etag "3CNMMVSRMWYEFWCDGVZ3SBMXS"
213 http request GET https://registry.npmjs.org/@shoutem%2ftheme
214 verbose request uri https://registry.npmjs.org/react-native-vector-icons
215 verbose request no auth needed
216 info attempt registry request try #1 at 11:42:43 PM
217 verbose etag "12NIRI5RJUJ1AJWJPK7QC8I2S"
218 http request GET https://registry.npmjs.org/react-native-vector-icons
219 warn addRemoteGit Error: not found: git
219 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
219 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
219 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
219 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
219 warn addRemoteGit  shoutem/react-native-lightbox resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3 because of error: { Error: not found: git
219 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
219 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
219 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
219 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
219 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
220 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3 for shoutem/react-native-lightbox
221 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3 is being purged
222 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3
223 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3
224 warn addRemoteGit Error: not found: git
224 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
224 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
224 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
224 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
224 warn addRemoteGit  5minutes/react-native-maps#friends-with-28 resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f because of error: { Error: not found: git
224 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
224 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
224 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
224 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
224 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
225 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f for 5minutes/react-native-maps#friends-with-28
226 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f is being purged
227 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f
228 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f
229 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
230 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
231 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3: undefined
231 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-67d485d3: undefined
232 silly tryHTTPS attempting to clone git+https://github.com/shoutem/react-native-lightbox.git
233 silly tryClone cloning shoutem/react-native-lightbox via git+https://github.com/shoutem/react-native-lightbox.git
234 verbose tryClone git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f not in flight; caching
235 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
236 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f: undefined
236 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror git://github.com/5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-f2a80e0f: undefined
237 silly tryHTTPS attempting to clone git+https://github.com/5minutes/react-native-maps.git#friends-with-28
238 silly tryClone cloning 5minutes/react-native-maps#friends-with-28 via git+https://github.com/5minutes/react-native-maps.git#friends-with-28
239 verbose tryClone git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371 not in flight; caching
240 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
241 warn addRemoteGit Error: not found: git
241 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
241 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
241 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
241 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
241 warn addRemoteGit  5minutes/react-native-maps#friends-with-28 resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371 because of error: { Error: not found: git
241 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
241 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
241 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
241 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
241 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
242 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371 for 5minutes/react-native-maps#friends-with-28
243 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371 is being purged
244 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371
245 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371
246 warn addRemoteGit Error: not found: git
246 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
246 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
246 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
246 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
246 warn addRemoteGit  shoutem/react-native-lightbox resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f because of error: { Error: not found: git
246 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
246 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
246 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
246 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
246 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
247 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f for shoutem/react-native-lightbox
248 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f is being purged
249 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f
250 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f
251 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
252 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
253 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371: undefined
253 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-5minutes-react-native-maps-git-friends-with-28-4914d371: undefined
254 silly trySSH attempting to clone [email protected]:5minutes/react-native-maps.git#friends-with-28
255 silly tryClone cloning 5minutes/react-native-maps#friends-with-28 via [email protected]:5minutes/react-native-maps.git#friends-with-28
256 verbose tryClone git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc not in flight; caching
257 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
258 http 304 https://registry.npmjs.org/events
259 verbose headers { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
259 verbose headers   via: '1.1 varnish',
259 verbose headers   'cache-control': 'max-age=300',
259 verbose headers   etag: '"DKFTJCSQBPVK1L2SJLE5R9U9G"',
259 verbose headers   age: '190',
259 verbose headers   connection: 'keep-alive',
259 verbose headers   'x-served-by': 'cache-sin6927-SIN',
259 verbose headers   'x-cache': 'HIT',
259 verbose headers   'x-cache-hits': '1',
259 verbose headers   'x-timer': 'S1477936748.493942,VS0,VE0',
259 verbose headers   vary: 'Accept-Encoding' }
260 silly get cb [ 304,
260 silly get   { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
260 silly get     via: '1.1 varnish',
260 silly get     'cache-control': 'max-age=300',
260 silly get     etag: '"DKFTJCSQBPVK1L2SJLE5R9U9G"',
260 silly get     age: '190',
260 silly get     connection: 'keep-alive',
260 silly get     'x-served-by': 'cache-sin6927-SIN',
260 silly get     'x-cache': 'HIT',
260 silly get     'x-cache-hits': '1',
260 silly get     'x-timer': 'S1477936748.493942,VS0,VE0',
260 silly get     vary: 'Accept-Encoding' } ]
261 verbose etag https://registry.npmjs.org/events from cache
262 verbose get saving events to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\events\.cache.json
263 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
264 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f: undefined
264 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror https://github.com/shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-https-github-com-shoutem-react-native-lightbox-git-27c66b3f: undefined
265 silly trySSH attempting to clone [email protected]:shoutem/react-native-lightbox.git
266 silly tryClone cloning shoutem/react-native-lightbox via [email protected]:shoutem/react-native-lightbox.git
267 verbose tryClone git-github-com-shoutem-react-native-lightbox-git-beafa48f not in flight; caching
268 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes correctMkdir not in flight; initializing
269 silly resolveWithNewModule [email protected] checking installable status
270 silly cache add args [ '[email protected]', null ]
271 verbose cache add spec [email protected]
272 silly cache add parsed spec Result {
272 silly cache add   raw: '[email protected]',
272 silly cache add   scope: null,
272 silly cache add   escapedName: 'events',
272 silly cache add   name: 'events',
272 silly cache add   rawSpec: '1.1.0',
272 silly cache add   spec: '1.1.0',
272 silly cache add   type: 'version' }
273 silly addNamed [email protected]
274 verbose addNamed "1.1.0" is a plain semver version for events
275 silly mapToRegistry name events
276 silly mapToRegistry using default registry
277 silly mapToRegistry registry https://registry.npmjs.org/
278 silly mapToRegistry data Result {
278 silly mapToRegistry   raw: 'events',
278 silly mapToRegistry   scope: null,
278 silly mapToRegistry   escapedName: 'events',
278 silly mapToRegistry   name: 'events',
278 silly mapToRegistry   rawSpec: '',
278 silly mapToRegistry   spec: 'latest',
278 silly mapToRegistry   type: 'tag' }
279 silly mapToRegistry uri https://registry.npmjs.org/events
280 verbose addNameVersion registry:https://registry.npmjs.org/events not in flight; fetching
281 verbose get https://registry.npmjs.org/events not expired, no request
282 silly cache afterAdd [email protected]
283 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\events\1.1.0\package\package.json not in flight; writing
284 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
285 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\events\1.1.0\package\package.json written
286 warn addRemoteGit Error: not found: git
286 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
286 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
286 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
286 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
286 warn addRemoteGit  5minutes/react-native-maps#friends-with-28 resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc because of error: { Error: not found: git
286 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
286 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
286 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
286 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
286 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
287 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc for 5minutes/react-native-maps#friends-with-28
288 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc is being purged
289 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc
290 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc
291 warn addRemoteGit Error: not found: git
291 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
291 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
291 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
291 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15)
291 warn addRemoteGit  shoutem/react-native-lightbox resetting remote C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f because of error: { Error: not found: git
291 warn addRemoteGit     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
291 warn addRemoteGit     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
291 warn addRemoteGit     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
291 warn addRemoteGit     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
291 warn addRemoteGit     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
292 info resetRemote resetting C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f for shoutem/react-native-lightbox
293 silly gentlyRm C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f is being purged
294 verbose gentlyRm don't care about contents; nuking C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f
295 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
296 silly vacuum-fs purging C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f
297 silly vacuum-fs quitting because other entries in C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes
298 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc: undefined
298 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:5minutes/react-native-maps.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-5minutes-react-native-maps-git-friends-with-28-6bc869fc: undefined
299 silly fetchPackageMetaData Error: not found: git
299 silly fetchPackageMetaData     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
299 silly fetchPackageMetaData     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
299 silly fetchPackageMetaData     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
299 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15)
299 silly fetchPackageMetaData  error for react-native-maps@github:5minutes/react-native-maps#friends-with-28 { Error: not found: git
299 silly fetchPackageMetaData     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
299 silly fetchPackageMetaData     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
299 silly fetchPackageMetaData     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
299 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
299 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
300 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f: undefined
300 error git clone --template=C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:shoutem/react-native-lightbox.git C:\Users\Ronald\AppData\Roaming\npm-cache\_git-remotes\git-github-com-shoutem-react-native-lightbox-git-beafa48f: undefined
301 silly fetchPackageMetaData Error: not found: git
301 silly fetchPackageMetaData     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
301 silly fetchPackageMetaData     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
301 silly fetchPackageMetaData     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
301 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15)
301 silly fetchPackageMetaData  error for react-native-lightbox@github:shoutem/react-native-lightbox { Error: not found: git
301 silly fetchPackageMetaData     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
301 silly fetchPackageMetaData     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
301 silly fetchPackageMetaData     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
301 silly fetchPackageMetaData     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
301 silly fetchPackageMetaData     at FSReqWrap.oncomplete (fs.js:123:15) code: 'ENOGIT' }
302 http 304 https://registry.npmjs.org/buffer
303 verbose headers { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
303 verbose headers   via: '1.1 varnish',
303 verbose headers   'cache-control': 'max-age=300',
303 verbose headers   etag: '"DSMMC4RO2MII4VN6UIX2DH238"',
303 verbose headers   age: '185',
303 verbose headers   connection: 'keep-alive',
303 verbose headers   'x-served-by': 'cache-sin6927-SIN',
303 verbose headers   'x-cache': 'HIT',
303 verbose headers   'x-cache-hits': '2',
303 verbose headers   'x-timer': 'S1477936748.963998,VS0,VE0',
303 verbose headers   vary: 'Accept-Encoding' }
304 silly get cb [ 304,
304 silly get   { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
304 silly get     via: '1.1 varnish',
304 silly get     'cache-control': 'max-age=300',
304 silly get     etag: '"DSMMC4RO2MII4VN6UIX2DH238"',
304 silly get     age: '185',
304 silly get     connection: 'keep-alive',
304 silly get     'x-served-by': 'cache-sin6927-SIN',
304 silly get     'x-cache': 'HIT',
304 silly get     'x-cache-hits': '2',
304 silly get     'x-timer': 'S1477936748.963998,VS0,VE0',
304 silly get     vary: 'Accept-Encoding' } ]
305 verbose etag https://registry.npmjs.org/buffer from cache
306 verbose get saving buffer to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\buffer\.cache.json
307 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
308 http 304 https://registry.npmjs.org/htmlparser2
309 verbose headers { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
309 verbose headers   via: '1.1 varnish',
309 verbose headers   'cache-control': 'max-age=300',
309 verbose headers   etag: '"173WWR80R334HBQ4NR20OO68T"',
309 verbose headers   age: '200',
309 verbose headers   connection: 'keep-alive',
309 verbose headers   'x-served-by': 'cache-sin6921-SIN',
309 verbose headers   'x-cache': 'HIT',
309 verbose headers   'x-cache-hits': '1',
309 verbose headers   'x-timer': 'S1477936748.979781,VS0,VE0',
309 verbose headers   vary: 'Accept-Encoding' }
310 silly get cb [ 304,
310 silly get   { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
310 silly get     via: '1.1 varnish',
310 silly get     'cache-control': 'max-age=300',
310 silly get     etag: '"173WWR80R334HBQ4NR20OO68T"',
310 silly get     age: '200',
310 silly get     connection: 'keep-alive',
310 silly get     'x-served-by': 'cache-sin6921-SIN',
310 silly get     'x-cache': 'HIT',
310 silly get     'x-cache-hits': '1',
310 silly get     'x-timer': 'S1477936748.979781,VS0,VE0',
310 silly get     vary: 'Accept-Encoding' } ]
311 verbose etag https://registry.npmjs.org/htmlparser2 from cache
312 verbose get saving htmlparser2 to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\htmlparser2\.cache.json
313 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
314 http 304 https://registry.npmjs.org/html-entities
315 verbose headers { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
315 verbose headers   via: '1.1 varnish',
315 verbose headers   'cache-control': 'max-age=300',
315 verbose headers   etag: '"52TAVL69GBSAXDTHUOK7EG668"',
315 verbose headers   age: '231',
315 verbose headers   connection: 'keep-alive',
315 verbose headers   'x-served-by': 'cache-sin6926-SIN',
315 verbose headers   'x-cache': 'HIT',
315 verbose headers   'x-cache-hits': '5',
315 verbose headers   'x-timer': 'S1477936748.994736,VS0,VE0',
315 verbose headers   vary: 'Accept-Encoding' }
316 silly get cb [ 304,
316 silly get   { date: 'Mon, 31 Oct 2016 17:59:08 GMT',
316 silly get     via: '1.1 varnish',
316 silly get     'cache-control': 'max-age=300',
316 silly get     etag: '"52TAVL69GBSAXDTHUOK7EG668"',
316 silly get     age: '231',
316 silly get     connection: 'keep-alive',
316 silly get     'x-served-by': 'cache-sin6926-SIN',
316 silly get     'x-cache': 'HIT',
316 silly get     'x-cache-hits': '5',
316 silly get     'x-timer': 'S1477936748.994736,VS0,VE0',
316 silly get     vary: 'Accept-Encoding' } ]
317 verbose etag https://registry.npmjs.org/html-entities from cache
318 verbose get saving html-entities to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\html-entities\.cache.json
319 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
320 silly resolveWithNewModule [email protected] checking installable status
321 silly cache add args [ 'buffer@^4.5.1', null ]
322 verbose cache add spec buffer@^4.5.1
323 silly cache add parsed spec Result {
323 silly cache add   raw: 'buffer@^4.5.1',
323 silly cache add   scope: null,
323 silly cache add   escapedName: 'buffer',
323 silly cache add   name: 'buffer',
323 silly cache add   rawSpec: '^4.5.1',
323 silly cache add   spec: '>=4.5.1 <5.0.0',
323 silly cache add   type: 'range' }
324 silly addNamed buffer@>=4.5.1 <5.0.0
325 verbose addNamed ">=4.5.1 <5.0.0" is a valid semver range for buffer
326 silly addNameRange { name: 'buffer', range: '>=4.5.1 <5.0.0', hasData: false }
327 silly mapToRegistry name buffer
328 silly mapToRegistry using default registry
329 silly mapToRegistry registry https://registry.npmjs.org/
330 silly mapToRegistry data Result {
330 silly mapToRegistry   raw: 'buffer',
330 silly mapToRegistry   scope: null,
330 silly mapToRegistry   escapedName: 'buffer',
330 silly mapToRegistry   name: 'buffer',
330 silly mapToRegistry   rawSpec: '',
330 silly mapToRegistry   spec: 'latest',
330 silly mapToRegistry   type: 'tag' }
331 silly mapToRegistry uri https://registry.npmjs.org/buffer
332 verbose addNameRange registry:https://registry.npmjs.org/buffer not in flight; fetching
333 verbose get https://registry.npmjs.org/buffer not expired, no request
334 silly addNameRange number 2 { name: 'buffer', range: '>=4.5.1 <5.0.0', hasData: true }
335 silly addNameRange versions [ 'buffer',
335 silly addNameRange   [ '2.1.1',
335 silly addNameRange     '2.1.2',
335 silly addNameRange     '2.1.3',
335 silly addNameRange     '2.1.4',
335 silly addNameRange     '2.1.5',
335 silly addNameRange     '2.1.6',
335 silly addNameRange     '2.1.7',
335 silly addNameRange     '2.1.8',
335 silly addNameRange     '2.1.9',
335 silly addNameRange     '2.1.10',
335 silly addNameRange     '2.1.11',
335 silly addNameRange     '2.1.12',
335 silly addNameRange     '2.1.13',
335 silly addNameRange     '2.2.0',
335 silly addNameRange     '2.3.0',
335 silly addNameRange     '2.3.1',
335 silly addNameRange     '2.3.2',
335 silly addNameRange     '2.3.3',
335 silly addNameRange     '2.3.4',
335 silly addNameRange     '2.4.0',
335 silly addNameRange     '2.5.0',
335 silly addNameRange     '2.5.1',
335 silly addNameRange     '2.6.0',
335 silly addNameRange     '2.6.1',
335 silly addNameRange     '2.6.2',
335 silly addNameRange     '2.7.0',
335 silly addNameRange     '2.8.0',
335 silly addNameRange     '2.8.1',
335 silly addNameRange     '2.8.2',
335 silly addNameRange     '3.0.0',
335 silly addNameRange     '3.0.1',
335 silly addNameRange     '3.0.2',
335 silly addNameRange     '3.0.3',
335 silly addNameRange     '3.1.0',
335 silly addNameRange     '3.1.1',
335 silly addNameRange     '3.1.2',
335 silly addNameRange     '3.2.0',
335 silly addNameRange     '3.2.1',
335 silly addNameRange     '3.2.2',
335 silly addNameRange     '3.3.0',
335 silly addNameRange     '3.3.1',
335 silly addNameRange     '3.3.2',
335 silly addNameRange     '3.4.0',
335 silly addNameRange     '3.4.1',
335 silly addNameRange     '3.4.2',
335 silly addNameRange     '3.4.3',
335 silly addNameRange     '3.5.0',
335 silly addNameRange     '3.5.1',
335 silly addNameRange     '3.5.2',
335 silly addNameRange     '3.5.3',
335 silly addNameRange     '3.5.4',
335 silly addNameRange     '3.5.5',
335 silly addNameRange     '3.6.0',
335 silly addNameRange     '4.0.0',
335 silly addNameRange     '4.1.0',
335 silly addNameRange     '4.2.0',
335 silly addNameRange     '4.3.0',
335 silly addNameRange     '4.3.1',
335 silly addNameRange     '4.4.0',
335 silly addNameRange     '4.5.0',
335 silly addNameRange     '4.5.1',
335 silly addNameRange     '4.6.0',
335 silly addNameRange     '4.7.0',
335 silly addNameRange     '4.7.1',
335 silly addNameRange     '4.8.0',
335 silly addNameRange     '4.9.0',
335 silly addNameRange     '4.9.1',
335 silly addNameRange     '5.0.0' ] ]
336 silly addNamed [email protected]
337 verbose addNamed "4.9.1" is a plain semver version for buffer
338 http 304 https://registry.npmjs.org/lodash
339 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
339 verbose headers   via: '1.1 varnish',
339 verbose headers   'cache-control': 'max-age=300',
339 verbose headers   etag: '"95Y06ROD950G7PJ7FNSHS9ZTB"',
339 verbose headers   age: '66',
339 verbose headers   connection: 'keep-alive',
339 verbose headers   'x-served-by': 'cache-sin6927-SIN',
339 verbose headers   'x-cache': 'HIT',
339 verbose headers   'x-cache-hits': '3',
339 verbose headers   'x-timer': 'S1477936749.002472,VS0,VE0',
339 verbose headers   vary: 'Accept-Encoding' }
340 silly get cb [ 304,
340 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
340 silly get     via: '1.1 varnish',
340 silly get     'cache-control': 'max-age=300',
340 silly get     etag: '"95Y06ROD950G7PJ7FNSHS9ZTB"',
340 silly get     age: '66',
340 silly get     connection: 'keep-alive',
340 silly get     'x-served-by': 'cache-sin6927-SIN',
340 silly get     'x-cache': 'HIT',
340 silly get     'x-cache-hits': '3',
340 silly get     'x-timer': 'S1477936749.002472,VS0,VE0',
340 silly get     vary: 'Accept-Encoding' } ]
341 verbose etag https://registry.npmjs.org/lodash from cache
342 verbose get saving lodash to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\lodash\.cache.json
343 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
344 silly cache afterAdd [email protected]
345 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\buffer\4.9.1\package\package.json not in flight; writing
346 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
347 http 304 https://registry.npmjs.org/stream
348 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
348 verbose headers   via: '1.1 varnish',
348 verbose headers   'cache-control': 'max-age=300',
348 verbose headers   etag: '"ENB5KTYV1XNUPMQUC2STJD1X5"',
348 verbose headers   age: '158',
348 verbose headers   connection: 'keep-alive',
348 verbose headers   'x-served-by': 'cache-sin6923-SIN',
348 verbose headers   'x-cache': 'HIT',
348 verbose headers   'x-cache-hits': '2',
348 verbose headers   'x-timer': 'S1477936749.022746,VS0,VE0',
348 verbose headers   vary: 'Accept-Encoding' }
349 silly get cb [ 304,
349 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
349 silly get     via: '1.1 varnish',
349 silly get     'cache-control': 'max-age=300',
349 silly get     etag: '"ENB5KTYV1XNUPMQUC2STJD1X5"',
349 silly get     age: '158',
349 silly get     connection: 'keep-alive',
349 silly get     'x-served-by': 'cache-sin6923-SIN',
349 silly get     'x-cache': 'HIT',
349 silly get     'x-cache-hits': '2',
349 silly get     'x-timer': 'S1477936749.022746,VS0,VE0',
349 silly get     vary: 'Accept-Encoding' } ]
350 verbose etag https://registry.npmjs.org/stream from cache
351 verbose get saving stream to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\stream\.cache.json
352 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
353 silly resolveWithNewModule [email protected] checking installable status
354 silly cache add args [ 'html-entities@^1.2.0', null ]
355 verbose cache add spec html-entities@^1.2.0
356 silly cache add parsed spec Result {
356 silly cache add   raw: 'html-entities@^1.2.0',
356 silly cache add   scope: null,
356 silly cache add   escapedName: 'html-entities',
356 silly cache add   name: 'html-entities',
356 silly cache add   rawSpec: '^1.2.0',
356 silly cache add   spec: '>=1.2.0 <2.0.0',
356 silly cache add   type: 'range' }
357 silly addNamed html-entities@>=1.2.0 <2.0.0
358 verbose addNamed ">=1.2.0 <2.0.0" is a valid semver range for html-entities
359 silly addNameRange { name: 'html-entities',
359 silly addNameRange   range: '>=1.2.0 <2.0.0',
359 silly addNameRange   hasData: false }
360 silly mapToRegistry name html-entities
361 silly mapToRegistry using default registry
362 silly mapToRegistry registry https://registry.npmjs.org/
363 silly mapToRegistry data Result {
363 silly mapToRegistry   raw: 'html-entities',
363 silly mapToRegistry   scope: null,
363 silly mapToRegistry   escapedName: 'html-entities',
363 silly mapToRegistry   name: 'html-entities',
363 silly mapToRegistry   rawSpec: '',
363 silly mapToRegistry   spec: 'latest',
363 silly mapToRegistry   type: 'tag' }
364 silly mapToRegistry uri https://registry.npmjs.org/html-entities
365 verbose addNameRange registry:https://registry.npmjs.org/html-entities not in flight; fetching
366 silly resolveWithNewModule [email protected] checking installable status
367 silly cache add args [ 'htmlparser2@^3.9.0', null ]
368 verbose cache add spec htmlparser2@^3.9.0
369 silly cache add parsed spec Result {
369 silly cache add   raw: 'htmlparser2@^3.9.0',
369 silly cache add   scope: null,
369 silly cache add   escapedName: 'htmlparser2',
369 silly cache add   name: 'htmlparser2',
369 silly cache add   rawSpec: '^3.9.0',
369 silly cache add   spec: '>=3.9.0 <4.0.0',
369 silly cache add   type: 'range' }
370 silly addNamed htmlparser2@>=3.9.0 <4.0.0
371 verbose addNamed ">=3.9.0 <4.0.0" is a valid semver range for htmlparser2
372 silly addNameRange { name: 'htmlparser2', range: '>=3.9.0 <4.0.0', hasData: false }
373 silly mapToRegistry name htmlparser2
374 silly mapToRegistry using default registry
375 silly mapToRegistry registry https://registry.npmjs.org/
376 silly mapToRegistry data Result {
376 silly mapToRegistry   raw: 'htmlparser2',
376 silly mapToRegistry   scope: null,
376 silly mapToRegistry   escapedName: 'htmlparser2',
376 silly mapToRegistry   name: 'htmlparser2',
376 silly mapToRegistry   rawSpec: '',
376 silly mapToRegistry   spec: 'latest',
376 silly mapToRegistry   type: 'tag' }
377 silly mapToRegistry uri https://registry.npmjs.org/htmlparser2
378 verbose addNameRange registry:https://registry.npmjs.org/htmlparser2 not in flight; fetching
379 http 304 https://registry.npmjs.org/react-native-share
380 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
380 verbose headers   via: '1.1 varnish',
380 verbose headers   'cache-control': 'max-age=300',
380 verbose headers   etag: '"51YR3G4ZJ32QX1YMDHJC9D2NL"',
380 verbose headers   age: '157',
380 verbose headers   connection: 'keep-alive',
380 verbose headers   'x-served-by': 'cache-sin6921-SIN',
380 verbose headers   'x-cache': 'HIT',
380 verbose headers   'x-cache-hits': '1',
380 verbose headers   'x-timer': 'S1477936749.037427,VS0,VE0',
380 verbose headers   vary: 'Accept-Encoding' }
381 silly get cb [ 304,
381 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
381 silly get     via: '1.1 varnish',
381 silly get     'cache-control': 'max-age=300',
381 silly get     etag: '"51YR3G4ZJ32QX1YMDHJC9D2NL"',
381 silly get     age: '157',
381 silly get     connection: 'keep-alive',
381 silly get     'x-served-by': 'cache-sin6921-SIN',
381 silly get     'x-cache': 'HIT',
381 silly get     'x-cache-hits': '1',
381 silly get     'x-timer': 'S1477936749.037427,VS0,VE0',
381 silly get     vary: 'Accept-Encoding' } ]
382 verbose etag https://registry.npmjs.org/react-native-share from cache
383 verbose get saving react-native-share to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\react-native-share\.cache.json
384 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
385 silly resolveWithNewModule [email protected] checking installable status
386 silly cache add args [ 'lodash@^4.15.0', null ]
387 verbose cache add spec lodash@^4.15.0
388 silly cache add parsed spec Result {
388 silly cache add   raw: 'lodash@^4.15.0',
388 silly cache add   scope: null,
388 silly cache add   escapedName: 'lodash',
388 silly cache add   name: 'lodash',
388 silly cache add   rawSpec: '^4.15.0',
388 silly cache add   spec: '>=4.15.0 <5.0.0',
388 silly cache add   type: 'range' }
389 silly addNamed lodash@>=4.15.0 <5.0.0
390 verbose addNamed ">=4.15.0 <5.0.0" is a valid semver range for lodash
391 silly addNameRange { name: 'lodash', range: '>=4.15.0 <5.0.0', hasData: false }
392 silly mapToRegistry name lodash
393 silly mapToRegistry using default registry
394 silly mapToRegistry registry https://registry.npmjs.org/
395 silly mapToRegistry data Result {
395 silly mapToRegistry   raw: 'lodash',
395 silly mapToRegistry   scope: null,
395 silly mapToRegistry   escapedName: 'lodash',
395 silly mapToRegistry   name: 'lodash',
395 silly mapToRegistry   rawSpec: '',
395 silly mapToRegistry   spec: 'latest',
395 silly mapToRegistry   type: 'tag' }
396 silly mapToRegistry uri https://registry.npmjs.org/lodash
397 verbose addNameRange registry:https://registry.npmjs.org/lodash not in flight; fetching
398 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\buffer\4.9.1\package\package.json written
399 http 304 https://registry.npmjs.org/tinycolor2
400 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
400 verbose headers   via: '1.1 varnish',
400 verbose headers   'cache-control': 'max-age=300',
400 verbose headers   etag: '"DTT4CS6JES9YGB9BCKKOSQ5TQ"',
400 verbose headers   age: '246',
400 verbose headers   connection: 'keep-alive',
400 verbose headers   'x-served-by': 'cache-sin6921-SIN',
400 verbose headers   'x-cache': 'HIT',
400 verbose headers   'x-cache-hits': '2',
400 verbose headers   'x-timer': 'S1477936749.048806,VS0,VE0',
400 verbose headers   vary: 'Accept-Encoding' }
401 silly get cb [ 304,
401 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
401 silly get     via: '1.1 varnish',
401 silly get     'cache-control': 'max-age=300',
401 silly get     etag: '"DTT4CS6JES9YGB9BCKKOSQ5TQ"',
401 silly get     age: '246',
401 silly get     connection: 'keep-alive',
401 silly get     'x-served-by': 'cache-sin6921-SIN',
401 silly get     'x-cache': 'HIT',
401 silly get     'x-cache-hits': '2',
401 silly get     'x-timer': 'S1477936749.048806,VS0,VE0',
401 silly get     vary: 'Accept-Encoding' } ]
402 verbose etag https://registry.npmjs.org/tinycolor2 from cache
403 verbose get saving tinycolor2 to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\tinycolor2\.cache.json
404 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
405 verbose get https://registry.npmjs.org/html-entities not expired, no request
406 silly addNameRange number 2 { name: 'html-entities', range: '>=1.2.0 <2.0.0', hasData: true }
407 silly addNameRange versions [ 'html-entities',
407 silly addNameRange   [ '1.0.0',
407 silly addNameRange     '1.0.1',
407 silly addNameRange     '1.0.2',
407 silly addNameRange     '1.0.3',
407 silly addNameRange     '1.0.4',
407 silly addNameRange     '1.0.5',
407 silly addNameRange     '1.0.6',
407 silly addNameRange     '1.0.7',
407 silly addNameRange     '1.0.8',
407 silly addNameRange     '1.0.9',
407 silly addNameRange     '1.0.10',
407 silly addNameRange     '1.1.0',
407 silly addNameRange     '1.1.1',
407 silly addNameRange     '1.1.2',
407 silly addNameRange     '1.1.3',
407 silly addNameRange     '1.2.0' ] ]
408 silly addNamed [email protected]
409 verbose addNamed "1.2.0" is a plain semver version for html-entities
410 verbose get https://registry.npmjs.org/htmlparser2 not expired, no request
411 silly addNameRange number 2 { name: 'htmlparser2', range: '>=3.9.0 <4.0.0', hasData: true }
412 silly addNameRange versions [ 'htmlparser2',
412 silly addNameRange   [ '1.0.0',
412 silly addNameRange     '1.1.0',
412 silly addNameRange     '1.5.0',
412 silly addNameRange     '2.0.0',
412 silly addNameRange     '2.0.1',
412 silly addNameRange     '2.1.0',
412 silly addNameRange     '2.1.1',
412 silly addNameRange     '2.1.2',
412 silly addNameRange     '2.1.3',
412 silly addNameRange     '2.2.0',
412 silly addNameRange     '2.2.2',
412 silly addNameRange     '2.2.3',
412 silly addNameRange     '2.2.4',
412 silly addNameRange     '2.2.5',
412 silly addNameRange     '2.2.6',
412 silly addNameRange     '2.2.7',
412 silly addNameRange     '2.2.8',
412 silly addNameRange     '2.2.9',
412 silly addNameRange     '2.3.0',
412 silly addNameRange     '2.5.0',
412 silly addNameRange     '2.5.1',
412 silly addNameRange     '2.5.2',
412 silly addNameRange     '2.6.0',
412 silly addNameRange     '3.0.0',
412 silly addNameRange     '3.0.1',
412 silly addNameRange     '3.0.2',
412 silly addNameRange     '3.0.3',
412 silly addNameRange     '3.0.4',
412 silly addNameRange     '3.0.5',
412 silly addNameRange     '3.1.1',
412 silly addNameRange     '3.1.2',
412 silly addNameRange     '3.1.3',
412 silly addNameRange     '3.1.4',
412 silly addNameRange     '3.1.5',
412 silly addNameRange     '3.1.6',
412 silly addNameRange     '3.2.0',
412 silly addNameRange     '3.2.1',
412 silly addNameRange     '3.2.2',
412 silly addNameRange     '3.2.3',
412 silly addNameRange     '3.2.4',
412 silly addNameRange     '3.2.5',
412 silly addNameRange     '3.3.0',
412 silly addNameRange     '3.4.0',
412 silly addNameRange     '3.5.0',
412 silly addNameRange     '3.5.1',
412 silly addNameRange     '3.6.0',
412 silly addNameRange     '3.7.0',
412 silly addNameRange     '3.7.1',
412 silly addNameRange     '3.7.2',
412 silly addNameRange     '3.7.3',
412 silly addNameRange     '3.8.0',
412 silly addNameRange     '3.8.1',
412 silly addNameRange     '3.8.2',
412 silly addNameRange     '3.8.3',
412 silly addNameRange     '3.9.0',
412 silly addNameRange     '3.9.1',
412 silly addNameRange     '3.9.2' ] ]
413 silly addNamed [email protected]
414 verbose addNamed "3.9.2" is a plain semver version for htmlparser2
415 http 304 https://registry.npmjs.org/babel-plugin-transform-decorators-legacy
416 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
416 verbose headers   via: '1.1 varnish',
416 verbose headers   'cache-control': 'max-age=300',
416 verbose headers   etag: '"EAPNFZQ4A3SCX3THVZRYWAFL6"',
416 verbose headers   age: '198',
416 verbose headers   connection: 'keep-alive',
416 verbose headers   'x-served-by': 'cache-sin6920-SIN',
416 verbose headers   'x-cache': 'HIT',
416 verbose headers   'x-cache-hits': '1',
416 verbose headers   'x-timer': 'S1477936749.062213,VS0,VE0',
416 verbose headers   vary: 'Accept-Encoding' }
417 silly get cb [ 304,
417 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
417 silly get     via: '1.1 varnish',
417 silly get     'cache-control': 'max-age=300',
417 silly get     etag: '"EAPNFZQ4A3SCX3THVZRYWAFL6"',
417 silly get     age: '198',
417 silly get     connection: 'keep-alive',
417 silly get     'x-served-by': 'cache-sin6920-SIN',
417 silly get     'x-cache': 'HIT',
417 silly get     'x-cache-hits': '1',
417 silly get     'x-timer': 'S1477936749.062213,VS0,VE0',
417 silly get     vary: 'Accept-Encoding' } ]
418 verbose etag https://registry.npmjs.org/babel-plugin-transform-decorators-legacy from cache
419 verbose get saving babel-plugin-transform-decorators-legacy to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\babel-plugin-transform-decorators-legacy\.cache.json
420 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
421 verbose get https://registry.npmjs.org/lodash not expired, no request
422 silly addNameRange number 2 { name: 'lodash', range: '>=4.15.0 <5.0.0', hasData: true }
423 silly addNameRange versions [ 'lodash',
423 silly addNameRange   [ '0.1.0',
423 silly addNameRange     '0.2.0',
423 silly addNameRange     '0.2.1',
423 silly addNameRange     '0.2.2',
423 silly addNameRange     '0.3.0',
423 silly addNameRange     '0.3.1',
423 silly addNameRange     '0.3.2',
423 silly addNameRange     '0.4.0',
423 silly addNameRange     '0.4.1',
423 silly addNameRange     '0.4.2',
423 silly addNameRange     '0.5.0-rc.1',
423 silly addNameRange     '0.5.0',
423 silly addNameRange     '0.5.1',
423 silly addNameRange     '0.5.2',
423 silly addNameRange     '0.6.0',
423 silly addNameRange     '0.6.1',
423 silly addNameRange     '0.7.0',
423 silly addNameRange     '0.8.0',
423 silly addNameRange     '0.8.1',
423 silly addNameRange     '0.8.2',
423 silly addNameRange     '0.9.0',
423 silly addNameRange     '0.9.1',
423 silly addNameRange     '0.9.2',
423 silly addNameRange     '0.10.0',
423 silly addNameRange     '1.0.0-rc.1',
423 silly addNameRange     '1.0.0-rc.2',
423 silly addNameRange     '1.0.0-rc.3',
423 silly addNameRange     '1.0.0',
423 silly addNameRange     '1.0.1',
423 silly addNameRange     '1.1.0',
423 silly addNameRange     '1.1.1',
423 silly addNameRange     '1.2.0',
423 silly addNameRange     '1.2.1',
423 silly addNameRange     '1.3.0',
423 silly addNameRange     '1.3.1',
423 silly addNameRange     '2.0.0',
423 silly addNameRange     '2.1.0',
423 silly addNameRange     '2.2.0',
423 silly addNameRange     '2.2.1',
423 silly addNameRange     '2.3.0',
423 silly addNameRange     '2.4.0',
423 silly addNameRange     '2.4.1',
423 silly addNameRange     '3.0.0',
423 silly addNameRange     '3.0.1',
423 silly addNameRange     '3.1.0',
423 silly addNameRange     '3.2.0',
423 silly addNameRange     '3.3.0',
423 silly addNameRange     '3.3.1',
423 silly addNameRange     '3.4.0',
423 silly addNameRange     '3.5.0',
423 silly addNameRange     '3.6.0',
423 silly addNameRange     '1.0.2',
423 silly addNameRange     '3.7.0',
423 silly addNameRange     '2.4.2',
423 silly addNameRange     '3.8.0',
423 silly addNameRange     '3.9.0',
423 silly addNameRange     '3.9.1',
423 silly addNameRange     '3.9.2',
423 silly addNameRange     '3.9.3',
423 silly addNameRange     '3.10.0',
423 silly addNameRange     '3.10.1',
423 silly addNameRange     '4.0.0',
423 silly addNameRange     '4.0.1',
423 silly addNameRange     '4.1.0',
423 silly addNameRange     '4.2.0',
423 silly addNameRange     '4.2.1',
423 silly addNameRange     '4.3.0',
423 silly addNameRange     '4.4.0',
423 silly addNameRange     '4.5.0',
423 silly addNameRange     '4.5.1',
423 silly addNameRange     '4.6.0',
423 silly addNameRange     '4.6.1',
423 silly addNameRange     '4.7.0',
423 silly addNameRange     '4.8.0',
423 silly addNameRange     '4.8.1',
423 silly addNameRange     '4.8.2',
423 silly addNameRange     '4.9.0',
423 silly addNameRange     '4.10.0',
423 silly addNameRange     '4.11.0',
423 silly addNameRange     '4.11.1',
423 silly addNameRange     '4.11.2',
423 silly addNameRange     '4.12.0',
423 silly addNameRange     '4.13.0',
423 silly addNameRange     '4.13.1',
423 silly addNameRange     '4.14.0',
423 silly addNameRange     '4.14.1',
423 silly addNameRange     '4.14.2',
423 silly addNameRange     '4.15.0',
423 silly addNameRange     '4.16.0',
423 silly addNameRange     '4.16.1',
423 silly addNameRange     '4.16.2',
423 silly addNameRange     '4.16.3',
423 silly addNameRange     '4.16.4',
423 silly addNameRange     '4.16.5' ] ]
424 silly addNamed [email protected]
425 verbose addNamed "4.16.5" is a plain semver version for lodash
426 http 304 https://registry.npmjs.org/react-native-vector-icons
427 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
427 verbose headers   via: '1.1 varnish',
427 verbose headers   'cache-control': 'max-age=300',
427 verbose headers   etag: '"12NIRI5RJUJ1AJWJPK7QC8I2S"',
427 verbose headers   age: '157',
427 verbose headers   connection: 'keep-alive',
427 verbose headers   'x-served-by': 'cache-sin6926-SIN',
427 verbose headers   'x-cache': 'HIT',
427 verbose headers   'x-cache-hits': '2',
427 verbose headers   'x-timer': 'S1477936749.084381,VS0,VE0',
427 verbose headers   vary: 'Accept-Encoding' }
428 silly get cb [ 304,
428 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
428 silly get     via: '1.1 varnish',
428 silly get     'cache-control': 'max-age=300',
428 silly get     etag: '"12NIRI5RJUJ1AJWJPK7QC8I2S"',
428 silly get     age: '157',
428 silly get     connection: 'keep-alive',
428 silly get     'x-served-by': 'cache-sin6926-SIN',
428 silly get     'x-cache': 'HIT',
428 silly get     'x-cache-hits': '2',
428 silly get     'x-timer': 'S1477936749.084381,VS0,VE0',
428 silly get     vary: 'Accept-Encoding' } ]
429 verbose etag https://registry.npmjs.org/react-native-vector-icons from cache
430 verbose get saving react-native-vector-icons to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\react-native-vector-icons\.cache.json
431 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
432 silly resolveWithNewModule [email protected] checking installable status
433 silly cache add args [ '[email protected]', null ]
434 verbose cache add spec [email protected]
435 silly cache add parsed spec Result {
435 silly cache add   raw: '[email protected]',
435 silly cache add   scope: null,
435 silly cache add   escapedName: 'stream',
435 silly cache add   name: 'stream',
435 silly cache add   rawSpec: '0.0.2',
435 silly cache add   spec: '0.0.2',
435 silly cache add   type: 'version' }
436 silly addNamed [email protected]
437 verbose addNamed "0.0.2" is a plain semver version for stream
438 silly mapToRegistry name stream
439 silly mapToRegistry using default registry
440 silly mapToRegistry registry https://registry.npmjs.org/
441 silly mapToRegistry data Result {
441 silly mapToRegistry   raw: 'stream',
441 silly mapToRegistry   scope: null,
441 silly mapToRegistry   escapedName: 'stream',
441 silly mapToRegistry   name: 'stream',
441 silly mapToRegistry   rawSpec: '',
441 silly mapToRegistry   spec: 'latest',
441 silly mapToRegistry   type: 'tag' }
442 silly mapToRegistry uri https://registry.npmjs.org/stream
443 verbose addNameVersion registry:https://registry.npmjs.org/stream not in flight; fetching
444 silly cache afterAdd [email protected]
445 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\html-entities\1.2.0\package\package.json not in flight; writing
446 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
447 silly cache afterAdd [email protected]
448 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\htmlparser2\3.9.2\package\package.json not in flight; writing
449 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
450 silly resolveWithNewModule [email protected] checking installable status
451 silly cache add args [ 'react-native-share@^1.0.13', null ]
452 verbose cache add spec react-native-share@^1.0.13
453 silly cache add parsed spec Result {
453 silly cache add   raw: 'react-native-share@^1.0.13',
453 silly cache add   scope: null,
453 silly cache add   escapedName: 'react-native-share',
453 silly cache add   name: 'react-native-share',
453 silly cache add   rawSpec: '^1.0.13',
453 silly cache add   spec: '>=1.0.13 <2.0.0',
453 silly cache add   type: 'range' }
454 silly addNamed react-native-share@>=1.0.13 <2.0.0
455 verbose addNamed ">=1.0.13 <2.0.0" is a valid semver range for react-native-share
456 silly addNameRange { name: 'react-native-share',
456 silly addNameRange   range: '>=1.0.13 <2.0.0',
456 silly addNameRange   hasData: false }
457 silly mapToRegistry name react-native-share
458 silly mapToRegistry using default registry
459 silly mapToRegistry registry https://registry.npmjs.org/
460 silly mapToRegistry data Result {
460 silly mapToRegistry   raw: 'react-native-share',
460 silly mapToRegistry   scope: null,
460 silly mapToRegistry   escapedName: 'react-native-share',
460 silly mapToRegistry   name: 'react-native-share',
460 silly mapToRegistry   rawSpec: '',
460 silly mapToRegistry   spec: 'latest',
460 silly mapToRegistry   type: 'tag' }
461 silly mapToRegistry uri https://registry.npmjs.org/react-native-share
462 verbose addNameRange registry:https://registry.npmjs.org/react-native-share not in flight; fetching
463 silly cache afterAdd [email protected]
464 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\lodash\4.16.5\package\package.json not in flight; writing
465 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
466 verbose get https://registry.npmjs.org/stream not expired, no request
467 silly resolveWithNewModule [email protected] checking installable status
468 silly cache add args [ 'tinycolor2@^1.3.0', null ]
469 verbose cache add spec tinycolor2@^1.3.0
470 silly cache add parsed spec Result {
470 silly cache add   raw: 'tinycolor2@^1.3.0',
470 silly cache add   scope: null,
470 silly cache add   escapedName: 'tinycolor2',
470 silly cache add   name: 'tinycolor2',
470 silly cache add   rawSpec: '^1.3.0',
470 silly cache add   spec: '>=1.3.0 <2.0.0',
470 silly cache add   type: 'range' }
471 silly addNamed tinycolor2@>=1.3.0 <2.0.0
472 verbose addNamed ">=1.3.0 <2.0.0" is a valid semver range for tinycolor2
473 silly addNameRange { name: 'tinycolor2', range: '>=1.3.0 <2.0.0', hasData: false }
474 silly mapToRegistry name tinycolor2
475 silly mapToRegistry using default registry
476 silly mapToRegistry registry https://registry.npmjs.org/
477 silly mapToRegistry data Result {
477 silly mapToRegistry   raw: 'tinycolor2',
477 silly mapToRegistry   scope: null,
477 silly mapToRegistry   escapedName: 'tinycolor2',
477 silly mapToRegistry   name: 'tinycolor2',
477 silly mapToRegistry   rawSpec: '',
477 silly mapToRegistry   spec: 'latest',
477 silly mapToRegistry   type: 'tag' }
478 silly mapToRegistry uri https://registry.npmjs.org/tinycolor2
479 verbose addNameRange registry:https://registry.npmjs.org/tinycolor2 not in flight; fetching
480 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\html-entities\1.2.0\package\package.json written
481 verbose get https://registry.npmjs.org/react-native-share not expired, no request
482 silly addNameRange number 2 { name: 'react-native-share',
482 silly addNameRange   range: '>=1.0.13 <2.0.0',
482 silly addNameRange   hasData: true }
483 silly addNameRange versions [ 'react-native-share',
483 silly addNameRange   [ '0.0.2',
483 silly addNameRange     '1.0.0',
483 silly addNameRange     '1.0.0-rc',
483 silly addNameRange     '1.0.1',
483 silly addNameRange     '1.0.2',
483 silly addNameRange     '1.0.3',
483 silly addNameRange     '1.0.4',
483 silly addNameRange     '1.0.5',
483 silly addNameRange     '1.0.6',
483 silly addNameRange     '1.0.7',
483 silly addNameRange     '1.0.8',
483 silly addNameRange     '1.0.9',
483 silly addNameRange     '1.0.10',
483 silly addNameRange     '1.0.11',
483 silly addNameRange     '1.0.12',
483 silly addNameRange     '1.0.13',
483 silly addNameRange     '1.0.14',
483 silly addNameRange     '1.0.15',
483 silly addNameRange     '1.0.16' ] ]
484 silly addNamed [email protected]
485 verbose addNamed "1.0.16" is a plain semver version for react-native-share
486 silly resolveWithNewModule [email protected] checking installable status
487 silly cache add args [ 'babel-plugin-transform-decorators-legacy@^1.3.4', null ]
488 verbose cache add spec babel-plugin-transform-decorators-legacy@^1.3.4
489 silly cache add parsed spec Result {
489 silly cache add   raw: 'babel-plugin-transform-decorators-legacy@^1.3.4',
489 silly cache add   scope: null,
489 silly cache add   escapedName: 'babel-plugin-transform-decorators-legacy',
489 silly cache add   name: 'babel-plugin-transform-decorators-legacy',
489 silly cache add   rawSpec: '^1.3.4',
489 silly cache add   spec: '>=1.3.4 <2.0.0',
489 silly cache add   type: 'range' }
490 silly addNamed babel-plugin-transform-decorators-legacy@>=1.3.4 <2.0.0
491 verbose addNamed ">=1.3.4 <2.0.0" is a valid semver range for babel-plugin-transform-decorators-legacy
492 silly addNameRange { name: 'babel-plugin-transform-decorators-legacy',
492 silly addNameRange   range: '>=1.3.4 <2.0.0',
492 silly addNameRange   hasData: false }
493 silly mapToRegistry name babel-plugin-transform-decorators-legacy
494 silly mapToRegistry using default registry
495 silly mapToRegistry registry https://registry.npmjs.org/
496 silly mapToRegistry data Result {
496 silly mapToRegistry   raw: 'babel-plugin-transform-decorators-legacy',
496 silly mapToRegistry   scope: null,
496 silly mapToRegistry   escapedName: 'babel-plugin-transform-decorators-legacy',
496 silly mapToRegistry   name: 'babel-plugin-transform-decorators-legacy',
496 silly mapToRegistry   rawSpec: '',
496 silly mapToRegistry   spec: 'latest',
496 silly mapToRegistry   type: 'tag' }
497 silly mapToRegistry uri https://registry.npmjs.org/babel-plugin-transform-decorators-legacy
498 verbose addNameRange registry:https://registry.npmjs.org/babel-plugin-transform-decorators-legacy not in flight; fetching
499 silly cache afterAdd [email protected]
500 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\stream\0.0.2\package\package.json not in flight; writing
501 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
502 verbose get https://registry.npmjs.org/tinycolor2 not expired, no request
503 silly addNameRange number 2 { name: 'tinycolor2', range: '>=1.3.0 <2.0.0', hasData: true }
504 silly addNameRange versions [ 'tinycolor2',
504 silly addNameRange   [ '0.9.9',
504 silly addNameRange     '0.9.16',
504 silly addNameRange     '0.9.17',
504 silly addNameRange     '0.9.18',
504 silly addNameRange     '0.10.0',
504 silly addNameRange     '1.0.0',
504 silly addNameRange     '1.1.0',
504 silly addNameRange     '1.1.1',
504 silly addNameRange     '1.1.2',
504 silly addNameRange     '1.2.1',
504 silly addNameRange     '1.3.0',
504 silly addNameRange     '1.4.0',
504 silly addNameRange     '1.4.1' ] ]
505 silly addNamed [email protected]
506 verbose addNamed "1.4.1" is a plain semver version for tinycolor2
507 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\htmlparser2\3.9.2\package\package.json written
508 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\lodash\4.16.5\package\package.json written
509 silly resolveWithNewModule [email protected] checking installable status
510 silly cache add args [ 'react-native-vector-icons@^2.0.3', null ]
511 verbose cache add spec react-native-vector-icons@^2.0.3
512 silly cache add parsed spec Result {
512 silly cache add   raw: 'react-native-vector-icons@^2.0.3',
512 silly cache add   scope: null,
512 silly cache add   escapedName: 'react-native-vector-icons',
512 silly cache add   name: 'react-native-vector-icons',
512 silly cache add   rawSpec: '^2.0.3',
512 silly cache add   spec: '>=2.0.3 <3.0.0',
512 silly cache add   type: 'range' }
513 silly addNamed react-native-vector-icons@>=2.0.3 <3.0.0
514 verbose addNamed ">=2.0.3 <3.0.0" is a valid semver range for react-native-vector-icons
515 silly addNameRange { name: 'react-native-vector-icons',
515 silly addNameRange   range: '>=2.0.3 <3.0.0',
515 silly addNameRange   hasData: false }
516 silly mapToRegistry name react-native-vector-icons
517 silly mapToRegistry using default registry
518 silly mapToRegistry registry https://registry.npmjs.org/
519 silly mapToRegistry data Result {
519 silly mapToRegistry   raw: 'react-native-vector-icons',
519 silly mapToRegistry   scope: null,
519 silly mapToRegistry   escapedName: 'react-native-vector-icons',
519 silly mapToRegistry   name: 'react-native-vector-icons',
519 silly mapToRegistry   rawSpec: '',
519 silly mapToRegistry   spec: 'latest',
519 silly mapToRegistry   type: 'tag' }
520 silly mapToRegistry uri https://registry.npmjs.org/react-native-vector-icons
521 verbose addNameRange registry:https://registry.npmjs.org/react-native-vector-icons not in flight; fetching
522 silly cache afterAdd [email protected]
523 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\react-native-share\1.0.16\package\package.json not in flight; writing
524 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
525 verbose get https://registry.npmjs.org/babel-plugin-transform-decorators-legacy not expired, no request
526 silly addNameRange number 2 { name: 'babel-plugin-transform-decorators-legacy',
526 silly addNameRange   range: '>=1.3.4 <2.0.0',
526 silly addNameRange   hasData: true }
527 silly addNameRange versions [ 'babel-plugin-transform-decorators-legacy',
527 silly addNameRange   [ '0.0.0',
527 silly addNameRange     '1.0.0',
527 silly addNameRange     '1.1.0',
527 silly addNameRange     '1.2.0',
527 silly addNameRange     '1.3.0',
527 silly addNameRange     '1.3.1',
527 silly addNameRange     '1.3.2',
527 silly addNameRange     '1.3.3',
527 silly addNameRange     '1.3.4' ] ]
528 silly addNamed [email protected]
529 verbose addNamed "1.3.4" is a plain semver version for babel-plugin-transform-decorators-legacy
530 silly cache afterAdd [email protected]
531 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\tinycolor2\1.4.1\package\package.json not in flight; writing
532 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
533 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\stream\0.0.2\package\package.json written
534 verbose get https://registry.npmjs.org/react-native-vector-icons not expired, no request
535 silly addNameRange number 2 { name: 'react-native-vector-icons',
535 silly addNameRange   range: '>=2.0.3 <3.0.0',
535 silly addNameRange   hasData: true }
536 silly addNameRange versions [ 'react-native-vector-icons',
536 silly addNameRange   [ '0.1.0',
536 silly addNameRange     '0.2.0',
536 silly addNameRange     '0.3.0',
536 silly addNameRange     '0.3.1',
536 silly addNameRange     '0.3.2',
536 silly addNameRange     '0.3.3',
536 silly addNameRange     '0.4.0',
536 silly addNameRange     '0.5.0',
536 silly addNameRange     '0.6.0',
536 silly addNameRange     '0.6.1',
536 silly addNameRange     '0.6.2',
536 silly addNameRange     '0.6.3',
536 silly addNameRange     '0.6.4',
536 silly addNameRange     '0.6.5',
536 silly addNameRange     '0.6.6',
536 silly addNameRange     '0.6.7',
536 silly addNameRange     '0.6.8',
536 silly addNameRange     '0.6.9',
536 silly addNameRange     '0.6.10',
536 silly addNameRange     '0.6.11',
536 silly addNameRange     '0.7.0',
536 silly addNameRange     '0.7.1',
536 silly addNameRange     '0.7.2',
536 silly addNameRange     '0.8.0',
536 silly addNameRange     '0.8.1',
536 silly addNameRange     '0.8.2',
536 silly addNameRange     '0.8.3',
536 silly addNameRange     '0.8.4',
536 silly addNameRange     '0.8.5',
536 silly addNameRange     '1.0.0-rc',
536 silly addNameRange     '1.0.0',
536 silly addNameRange     '1.0.1',
536 silly addNameRange     '1.0.2',
536 silly addNameRange     '1.0.3',
536 silly addNameRange     '1.0.4',
536 silly addNameRange     '1.1.0',
536 silly addNameRange     '1.1.1',
536 silly addNameRange     '1.2.0',
536 silly addNameRange     '1.2.1',
536 silly addNameRange     '1.3.2',
536 silly addNameRange     '1.3.3',
536 silly addNameRange     '1.3.4',
536 silly addNameRange     '2.0.0',
536 silly addNameRange     '2.0.1',
536 silly addNameRange     '2.0.2',
536 silly addNameRange     '2.0.3',
536 silly addNameRange     '2.1.0',
536 silly addNameRange     '3.0.0' ] ]
537 silly addNamed [email protected]
538 verbose addNamed "2.1.0" is a plain semver version for react-native-vector-icons
539 silly cache afterAdd [email protected]
540 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\babel-plugin-transform-decorators-legacy\1.3.4\package\package.json not in flight; writing
541 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
542 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\react-native-share\1.0.16\package\package.json written
543 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\tinycolor2\1.4.1\package\package.json written
544 silly cache afterAdd [email protected]
545 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\react-native-vector-icons\2.1.0\package\package.json not in flight; writing
546 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
547 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\babel-plugin-transform-decorators-legacy\1.3.4\package\package.json written
548 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\react-native-vector-icons\2.1.0\package\package.json written
549 http 304 https://registry.npmjs.org/@shoutem%2ftheme
550 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
550 verbose headers   via: '1.1 varnish',
550 verbose headers   'cache-control': 'max-age=0',
550 verbose headers   etag: '"3CNMMVSRMWYEFWCDGVZ3SBMXS"',
550 verbose headers   age: '0',
550 verbose headers   connection: 'keep-alive',
550 verbose headers   'x-served-by': 'cache-sin6922-SIN',
550 verbose headers   'x-cache': 'MISS',
550 verbose headers   'x-cache-hits': '0',
550 verbose headers   'x-timer': 'S1477936749.072867,VS0,VE585',
550 verbose headers   vary: 'Accept-Encoding' }
551 silly get cb [ 304,
551 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
551 silly get     via: '1.1 varnish',
551 silly get     'cache-control': 'max-age=0',
551 silly get     etag: '"3CNMMVSRMWYEFWCDGVZ3SBMXS"',
551 silly get     age: '0',
551 silly get     connection: 'keep-alive',
551 silly get     'x-served-by': 'cache-sin6922-SIN',
551 silly get     'x-cache': 'MISS',
551 silly get     'x-cache-hits': '0',
551 silly get     'x-timer': 'S1477936749.072867,VS0,VE585',
551 silly get     vary: 'Accept-Encoding' } ]
552 verbose etag https://registry.npmjs.org/@shoutem%2ftheme from cache
553 verbose get saving @shoutem/theme to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\_40shoutem_252ftheme\.cache.json
554 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
555 silly resolveWithNewModule @shoutem/[email protected] checking installable status
556 silly cache add args [ '@shoutem/theme@^0.8.5', null ]
557 verbose cache add spec @shoutem/theme@^0.8.5
558 silly cache add parsed spec Result {
558 silly cache add   raw: '@shoutem/theme@^0.8.5',
558 silly cache add   scope: '@shoutem',
558 silly cache add   escapedName: '@shoutem%2ftheme',
558 silly cache add   name: '@shoutem/theme',
558 silly cache add   rawSpec: '^0.8.5',
558 silly cache add   spec: '>=0.8.5 <0.9.0',
558 silly cache add   type: 'range' }
559 silly addNamed @shoutem/theme@>=0.8.5 <0.9.0
560 verbose addNamed ">=0.8.5 <0.9.0" is a valid semver range for @shoutem/theme
561 silly addNameRange { name: '@shoutem/theme',
561 silly addNameRange   range: '>=0.8.5 <0.9.0',
561 silly addNameRange   hasData: false }
562 silly mapToRegistry name @shoutem/theme
563 silly mapToRegistry scope (from package name) @shoutem
564 verbose mapToRegistry no registry URL found in name for scope @shoutem
565 silly mapToRegistry using default registry
566 silly mapToRegistry registry https://registry.npmjs.org/
567 silly mapToRegistry data Result {
567 silly mapToRegistry   raw: '@shoutem/theme',
567 silly mapToRegistry   scope: '@shoutem',
567 silly mapToRegistry   escapedName: '@shoutem%2ftheme',
567 silly mapToRegistry   name: '@shoutem/theme',
567 silly mapToRegistry   rawSpec: '',
567 silly mapToRegistry   spec: 'latest',
567 silly mapToRegistry   type: 'tag' }
568 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2ftheme
569 verbose addNameRange registry:https://registry.npmjs.org/@shoutem%2ftheme not in flight; fetching
570 verbose get https://registry.npmjs.org/@shoutem%2ftheme not expired, no request
571 silly addNameRange number 2 { name: '@shoutem/theme',
571 silly addNameRange   range: '>=0.8.5 <0.9.0',
571 silly addNameRange   hasData: true }
572 silly addNameRange versions [ '@shoutem/theme',
572 silly addNameRange   [ '0.0.1',
572 silly addNameRange     '0.0.2',
572 silly addNameRange     '0.0.3',
572 silly addNameRange     '0.0.4',
572 silly addNameRange     '0.0.5',
572 silly addNameRange     '0.0.6',
572 silly addNameRange     '0.8.1',
572 silly addNameRange     '0.8.2',
572 silly addNameRange     '0.8.5',
572 silly addNameRange     '0.8.6',
572 silly addNameRange     '0.8.7' ] ]
573 silly addNamed @shoutem/[email protected]
574 verbose addNamed "0.8.7" is a plain semver version for @shoutem/theme
575 silly cache afterAdd @shoutem/[email protected]
576 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\theme\0.8.7\package\package.json not in flight; writing
577 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
578 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\theme\0.8.7\package\package.json written
579 http 304 https://registry.npmjs.org/@shoutem%2fanimation
580 verbose headers { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
580 verbose headers   via: '1.1 varnish',
580 verbose headers   'cache-control': 'max-age=0',
580 verbose headers   etag: '"1UJDLO8ANUL2RUCLK0GZ9IAS4"',
580 verbose headers   age: '0',
580 verbose headers   connection: 'keep-alive',
580 verbose headers   'x-served-by': 'cache-sin6925-SIN',
580 verbose headers   'x-cache': 'MISS',
580 verbose headers   'x-cache-hits': '0',
580 verbose headers   'x-timer': 'S1477936749.012574,VS0,VE1315',
580 verbose headers   vary: 'Accept-Encoding' }
581 silly get cb [ 304,
581 silly get   { date: 'Mon, 31 Oct 2016 17:59:09 GMT',
581 silly get     via: '1.1 varnish',
581 silly get     'cache-control': 'max-age=0',
581 silly get     etag: '"1UJDLO8ANUL2RUCLK0GZ9IAS4"',
581 silly get     age: '0',
581 silly get     connection: 'keep-alive',
581 silly get     'x-served-by': 'cache-sin6925-SIN',
581 silly get     'x-cache': 'MISS',
581 silly get     'x-cache-hits': '0',
581 silly get     'x-timer': 'S1477936749.012574,VS0,VE1315',
581 silly get     vary: 'Accept-Encoding' } ]
582 verbose etag https://registry.npmjs.org/@shoutem%2fanimation from cache
583 verbose get saving @shoutem/animation to C:\Users\Ronald\AppData\Roaming\npm-cache\registry.npmjs.org\_40shoutem_252fanimation\.cache.json
584 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
585 silly resolveWithNewModule @shoutem/[email protected] checking installable status
586 silly cache add args [ '@shoutem/animation@^0.8.6', null ]
587 verbose cache add spec @shoutem/animation@^0.8.6
588 silly cache add parsed spec Result {
588 silly cache add   raw: '@shoutem/animation@^0.8.6',
588 silly cache add   scope: '@shoutem',
588 silly cache add   escapedName: '@shoutem%2fanimation',
588 silly cache add   name: '@shoutem/animation',
588 silly cache add   rawSpec: '^0.8.6',
588 silly cache add   spec: '>=0.8.6 <0.9.0',
588 silly cache add   type: 'range' }
589 silly addNamed @shoutem/animation@>=0.8.6 <0.9.0
590 verbose addNamed ">=0.8.6 <0.9.0" is a valid semver range for @shoutem/animation
591 silly addNameRange { name: '@shoutem/animation',
591 silly addNameRange   range: '>=0.8.6 <0.9.0',
591 silly addNameRange   hasData: false }
592 silly mapToRegistry name @shoutem/animation
593 silly mapToRegistry scope (from package name) @shoutem
594 verbose mapToRegistry no registry URL found in name for scope @shoutem
595 silly mapToRegistry using default registry
596 silly mapToRegistry registry https://registry.npmjs.org/
597 silly mapToRegistry data Result {
597 silly mapToRegistry   raw: '@shoutem/animation',
597 silly mapToRegistry   scope: '@shoutem',
597 silly mapToRegistry   escapedName: '@shoutem%2fanimation',
597 silly mapToRegistry   name: '@shoutem/animation',
597 silly mapToRegistry   rawSpec: '',
597 silly mapToRegistry   spec: 'latest',
597 silly mapToRegistry   type: 'tag' }
598 silly mapToRegistry uri https://registry.npmjs.org/@shoutem%2fanimation
599 verbose addNameRange registry:https://registry.npmjs.org/@shoutem%2fanimation not in flight; fetching
600 verbose get https://registry.npmjs.org/@shoutem%2fanimation not expired, no request
601 silly addNameRange number 2 { name: '@shoutem/animation',
601 silly addNameRange   range: '>=0.8.6 <0.9.0',
601 silly addNameRange   hasData: true }
602 silly addNameRange versions [ '@shoutem/animation',
602 silly addNameRange   [ '0.0.1',
602 silly addNameRange     '0.0.2',
602 silly addNameRange     '0.0.3',
602 silly addNameRange     '0.0.4',
602 silly addNameRange     '0.0.5',
602 silly addNameRange     '0.0.6',
602 silly addNameRange     '0.8.0',
602 silly addNameRange     '0.8.1',
602 silly addNameRange     '0.8.2',
602 silly addNameRange     '0.8.5',
602 silly addNameRange     '0.8.6',
602 silly addNameRange     '0.8.7' ] ]
603 silly addNamed @shoutem/[email protected]
604 verbose addNamed "0.8.7" is a plain semver version for @shoutem/animation
605 silly cache afterAdd @shoutem/[email protected]
606 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\animation\0.8.7\package\package.json not in flight; writing
607 verbose correctMkdir C:\Users\Ronald\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
608 verbose afterAdd C:\Users\Ronald\AppData\Roaming\npm-cache\@shoutem\animation\0.8.7\package\package.json written
609 silly rollbackFailedOptional Starting
610 silly rollbackFailedOptional Finishing
611 silly runTopLevelLifecycles Finishing
612 silly install printInstalled
613 verbose stack Error: not found: git
613 verbose stack     at getNotFoundError (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:14:12)
613 verbose stack     at F (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:69:19)
613 verbose stack     at E (C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:81:29)
613 verbose stack     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\which.js:90:16
613 verbose stack     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\index.js:44:5
613 verbose stack     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\which\node_modules\isexe\windows.js:29:5
613 verbose stack     at C:\Users\Ronald\AppData\Roaming\npm\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
613 verbose stack     at FSReqWrap.oncomplete (fs.js:123:15)
614 verbose cwd D:\Mobile_app_dev_workspace\Prayers
615 error Windows_NT 6.1.7601
616 error argv "c:\\Program Files\\nodejs\\node.exe" "C:\\Users\\Ronald\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "i" "-S" "@shoutem/ui"
617 error node v6.9.1
618 error npm  v3.10.9
619 error code ENOGIT
620 error not found: git
621 error Failed using git.
621 error This is most likely not a problem with npm itself.
621 error Please check if you have git installed and in your PATH.
622 verbose exit [ 1, true ]

This is the error I get when I run "npm i -S @shoutem/ui" to install Shoutem UI toolkit. I've already installed node, npm and rnpm and I ran it inside the project root.

React-native-maps component within shoutem/ui overrules root level react-native-maps

The react-native-maps component that is supplied with shoutem (version 0.6.0) gets imported by the packager, while the current version on root leven 0.8.2 gets ignored. causing strange react native maps error, the only quick solution was to remove react-native-maps from the shoutem package.

How can i prevent the packager from the preferring the included to shoutem react-native-maps, above the one i have as a dependency of my overall project. (root/node_modules) ?

(everything is working fine and well, but i have to make changes to your npm package, which i actually don't want to do, so i can easily update later on)

Changing font?

Great work on this project.

Is there any way to change font across all components?
I already imported the assets to my project.

DropDownMenu-Maximum Call Stack Exceeded when using setState() in OnOptionSelected

Trying to setState() in onOptionSelected throws Maximum Call Stack Exceeded.
I've tried it numerous ways but keep running into the same issue.
I can console.log() inside the arrow function so its for sure related to setState().

Also entirely possible that this is a problem with my code lifecycle.
Please advise

var DDmenu = React.createClass({
  getInitialState: function() {
    return {
      category: ''
    };
  },

  render(){
    return(
      <DropDownMenu
      onOptionSelected={(option) => this.handleOptSelect(option)}
      options={[
        {
          name: 'Cleaning',
          id: 'cleaning',
        },
        {
          name: 'Construction',
          id: 'construction',
        }
      ]}
      titleProperty={'name'}
      valueProperty={'id'}
      selectedOption={ this.state.category  }
      />
    );
  },
  handleOptSelect: function(option){
        this.setState({
          category: option.id
        }),
        function(){
          console.log(this.state.category);
       };
  }
});

Android sample App performance issue

Test Phone
Galaxy S6

I have just followed the ui toolkit introduction.

http://shoutem.github.io/docs/ui-toolkit/introduction

put the example component in index.android.js

import React, { Component } from 'react';
import { AppRegistry } from 'react-native';
import { Examples } from '@shoutem/ui';

class HelloWorld extends Component {
  render() {
    return (
      <Examples />
    );
  }
}

AppRegistry.registerComponent('HelloWorld', () => HelloWorld);

And when i first run this sample app, it takes about 5~10 secs to render the Examples Component.(<- This time is after js bundle upload completed)

After that, if i touch something from the dropdown, it responses after 5~10 secs to re-render the new components.

Is it because the Example Component is heavy? or is my phone is the problem?(Other RN Apps is fast) or other problem?

Text crop when placing in Tile with custom fontFamily

I'm trying to use another fontFamily with this code:

<ScrollView style={styles.scrollview} {...driver.scrollViewProps}>
          <HeroHeader driver={driver}>
            <Image
              style={styles.cover} source={{uri: this.props.image}}
            >
              <Tile>
                <Parallax driver={driver} scrollSpeed={1.2} header>
                  <FadeIn inputRange={[-20, 0]} driver={driver}>
                    <FadeOut inputRange={[100, 150]} driver={driver}>
                      <Title style={styles.titleStyle}>{this.props.title}</Title>
                    </FadeOut>
                  </FadeIn>
                </Parallax>
              </Tile>
            </Image>
          </HeroHeader>
        </ScrollView>

...

const styles = {
  titleStyle: {
    textAlign: 'center',
    fontFamily: 'AmericanCaptain',
    fontSize: 40,
    height: 100,
    color: 'white'
  }
}

If the fontSize is greater than 25 the text is crop like this:

text-crop

Do you have any idea how can i avoid that?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.