bartonhammond / snowflake

:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 614 forks source link

Warning: setState(...): Can only update a mounted or mounting component #97

Closed sharq1 closed 8 years ago

sharq1 commented 8 years ago

This warning often shows up after app start.

This happens because navigation happens from action that is executed in componentDidMount action of App container. If we navigate away without the animation (so the App is unmounted instantly) we will surely get the warning. https://github.com/bartonhammond/snowflake/blob/master/src/containers/App.js#L101 https://github.com/bartonhammond/snowflake/blob/master/src/reducers/auth/authActions.js#L245

My current workaround is to execute navigation from setTimeout queue which will get executed once componentDidMount finishes, like this: setTimeout(() => { Actions.Tabbar() }, 1)

Any ideas for how to do this better?

wookiem commented 8 years ago

@sharq1 Can you upgrade to RN26 to see if issue goes away? See https://github.com/aksonov/react-native-router-flux/issues/657 for more details.

sharq1 commented 8 years ago

Updating RN to 26 was a long and exhausting trip (most common problem - you need to use Component and PropTypes from 'react' package instead of 'react-native' in project and all dependencies, including apsl-react-native-button), but it helped eventually 👍

wookiem commented 8 years ago

That's great news @sharq1! I was also working on upgrading to RN26 over the weekend and encountered the same issues you found (I also had to change the react-native-simpledialog-android dependency). Can you try logging on and off several times in your app to see if any errors are thrown? This is where I got stuck.

sharq1 commented 8 years ago

No errors thrown, sorry. I'm using Rails backend however, but that shouldn't make a difference.

wookiem commented 8 years ago

Can you also try running npm test to see whether the changes to RN26 broke jest testing?

Also, could you fork snowflake on github so I can clone your repo to see whether it works for me. I can make manual changes on my end to work around the module dependencies. Let me know if there are any additional local dependencies that you changed beyond apsl-react-native-button and react-native-simple-dialog.

Thanks!

sharq1 commented 8 years ago

Looks like just Header test has been broken - TypeError: Component is not a function

I don't recall changing any other dependencies that snowflake uses by default. I ran npm update however, so here's my full list of packages, maybe you'll find it useful:

├── @remobile/react-native-cache-image@1.0.0
├── @remobile/react-native-cordova@1.0.9
├── @remobile/react-native-sqlite@1.0.1
├── apsl-react-native-button@2.3.0 (git+https://git@github.com/sharq1/react-native-button.git#2416e077941193f301eca1dc23fb6c769ea85b3a)
├─┬ babel-core@6.9.0
│ ├─┬ babel-code-frame@6.8.0
│ │ └── js-tokens@1.0.3
│ ├─┬ babel-generator@6.9.0
│ │ ├── babel-messages@6.8.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-types@6.9.0
│ │ │ └─┬ babel-traverse@6.9.0
│ │ │   └── babel-code-frame@6.8.0
│ │ ├─┬ detect-indent@3.0.1
│ │ │ └── get-stdin@4.0.1
│ │ └── source-map@0.5.6
│ ├─┬ babel-helpers@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├── babel-messages@6.8.0
│ ├─┬ babel-register@6.9.0
│ │ ├── babel-runtime@6.9.0
│ │ ├── core-js@2.4.0
│ │ ├─┬ home-or-tmp@1.0.0
│ │ │ └── user-home@1.1.1
│ │ └─┬ source-map-support@0.2.10
│ │   └── source-map@0.1.32
│ ├─┬ babel-runtime@6.9.0
│ │ └── core-js@2.4.0
│ ├─┬ babel-template@6.9.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-traverse@6.9.0
│ │ │ ├── babel-code-frame@6.8.0
│ │ │ └── babel-messages@6.8.0
│ │ └── babel-types@6.9.0
│ ├─┬ babel-traverse@6.9.0
│ │ └── globals@8.18.0
│ ├─┬ babel-types@6.9.0
│ │ └── to-fast-properties@1.0.2
│ ├─┬ babylon@6.7.0
│ │ └── babel-runtime@5.8.38
│ ├── convert-source-map@1.2.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── json5@0.4.0
│ ├─┬ minimatch@2.0.10
│ │ └─┬ brace-expansion@1.1.4
│ │   ├── balanced-match@0.4.1
│ │   └── concat-map@0.0.1
│ ├── path-exists@1.0.0
│ ├── path-is-absolute@1.0.0
│ ├── private@0.1.6
│ ├── shebang-regex@1.0.0
│ ├── slash@1.0.0
│ └── source-map@0.5.6
├─┬ babel-eslint@6.0.4
│ ├─┬ babel-traverse@6.7.6
│ │ ├── babel-code-frame@6.7.5
│ │ ├── babel-messages@6.7.2
│ │ ├── lodash@3.10.1
│ │ └─┬ repeating@1.1.3
│ │   └── is-finite@1.0.1
│ ├─┬ babel-types@6.7.2
│ │ └── lodash@3.10.1
│ ├─┬ lodash.assign@4.0.8
│ │ ├── lodash.keys@4.0.6
│ │ └── lodash.rest@4.0.2
│ └─┬ lodash.pickby@4.3.0
│   ├─┬ lodash._baseiteratee@4.6.1
│   │ └── lodash._stringtopath@4.7.1
│   └── lodash.keysin@4.1.3
├─┬ babel-jest@9.0.3
│ └─┬ babel-preset-jest@1.0.0
│   └── babel-plugin-jest-unmock@1.0.0
├─┬ babel-preset-react-native@1.8.0
│ ├─┬ babel-plugin-check-es2015-constants@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├── babel-plugin-react-transform@2.0.2
│ ├─┬ babel-plugin-syntax-async-functions@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-syntax-class-properties@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-syntax-flow@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-syntax-jsx@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-syntax-trailing-function-commas@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-class-properties@6.9.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-block-scoping@6.9.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-traverse@6.9.0
│ │ │ ├── babel-code-frame@6.8.0
│ │ │ └── babel-messages@6.8.0
│ │ └── babel-types@6.9.0
│ ├─┬ babel-plugin-transform-es2015-classes@6.9.0
│ │ ├─┬ babel-helper-define-map@6.9.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ └─┬ babel-types@6.9.0
│ │ │   └─┬ babel-traverse@6.9.0
│ │ │     ├── babel-code-frame@6.8.0
│ │ │     └── babel-messages@6.8.0
│ │ ├─┬ babel-helper-function-name@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ ├─┬ babel-traverse@6.9.0
│ │ │ │ ├── babel-code-frame@6.8.0
│ │ │ │ └── babel-messages@6.8.0
│ │ │ └── babel-types@6.9.0
│ │ ├─┬ babel-helper-optimise-call-expression@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ └─┬ babel-types@6.9.0
│ │ │   └─┬ babel-traverse@6.9.0
│ │ │     ├── babel-code-frame@6.8.0
│ │ │     └── babel-messages@6.8.0
│ │ ├─┬ babel-helper-replace-supers@6.8.0
│ │ │ ├── babel-messages@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ ├─┬ babel-traverse@6.9.0
│ │ │ │ └── babel-code-frame@6.8.0
│ │ │ └── babel-types@6.9.0
│ │ ├── babel-messages@6.8.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-traverse@6.9.0
│ │ │ └── babel-code-frame@6.8.0
│ │ └── babel-types@6.9.0
│ ├─┬ babel-plugin-transform-es2015-computed-properties@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-destructuring@6.9.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-for-of@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-function-name@6.9.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ └─┬ babel-types@6.9.0
│ │   └─┬ babel-traverse@6.9.0
│ │     ├── babel-code-frame@6.8.0
│ │     └── babel-messages@6.8.0
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.8.0
│ │ ├─┬ babel-plugin-transform-strict-mode@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ └─┬ babel-types@6.9.0
│ │ │   └─┬ babel-traverse@6.9.0
│ │ │     ├── babel-code-frame@6.8.0
│ │ │     └── babel-messages@6.8.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ └─┬ babel-types@6.9.0
│ │   └─┬ babel-traverse@6.9.0
│ │     ├── babel-code-frame@6.8.0
│ │     └── babel-messages@6.8.0
│ ├─┬ babel-plugin-transform-es2015-parameters@6.9.0
│ │ ├─┬ babel-helper-call-delegate@6.8.0
│ │ │ ├─┬ babel-helper-hoist-variables@6.8.0
│ │ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ │ └── core-js@2.4.0
│ │ │ │ └─┬ babel-types@6.9.0
│ │ │ │   └─┬ babel-traverse@6.9.0
│ │ │ │     ├── babel-code-frame@6.8.0
│ │ │ │     └── babel-messages@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ ├─┬ babel-traverse@6.9.0
│ │ │ │ ├── babel-code-frame@6.8.0
│ │ │ │ └── babel-messages@6.8.0
│ │ │ └── babel-types@6.9.0
│ │ ├─┬ babel-helper-get-function-arity@6.8.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ └─┬ babel-types@6.9.0
│ │ │   └─┬ babel-traverse@6.9.0
│ │ │     ├── babel-code-frame@6.8.0
│ │ │     └── babel-messages@6.8.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-traverse@6.9.0
│ │ │ ├── babel-code-frame@6.8.0
│ │ │ └── babel-messages@6.8.0
│ │ └── babel-types@6.9.0
│ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.8.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ └─┬ babel-types@6.9.0
│ │   └─┬ babel-traverse@6.9.0
│ │     ├── babel-code-frame@6.8.0
│ │     └── babel-messages@6.8.0
│ ├─┬ babel-plugin-transform-es2015-spread@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-es2015-template-literals@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-flow-strip-types@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-object-assign@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-object-rest-spread@6.8.0
│ │ ├─┬ babel-plugin-syntax-object-rest-spread@6.8.0
│ │ │ └─┬ babel-runtime@6.9.0
│ │ │   └── core-js@2.4.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-react-display-name@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-react-jsx@6.8.0
│ │ ├─┬ babel-helper-builder-react-jsx@6.9.0
│ │ │ ├─┬ babel-runtime@6.9.0
│ │ │ │ └── core-js@2.4.0
│ │ │ └─┬ babel-types@6.9.0
│ │ │   └─┬ babel-traverse@6.9.0
│ │ │     ├── babel-code-frame@6.8.0
│ │ │     └── babel-messages@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-react-jsx-source@6.9.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-plugin-transform-regenerator@6.9.0
│ │ ├─┬ babel-runtime@6.9.0
│ │ │ └── core-js@2.4.0
│ │ ├─┬ babel-traverse@6.9.0
│ │ │ ├── babel-code-frame@6.8.0
│ │ │ └── babel-messages@6.8.0
│ │ └── babel-types@6.9.0
│ └─┬ react-transform-hmr@1.0.4
│   ├─┬ global@4.3.0
│   │ ├─┬ min-document@2.18.0
│   │ │ └── dom-walk@0.1.1
│   │ └── process@0.5.2
│   └─┬ react-proxy@1.1.8
│     └── react-deep-force-update@1.0.1
├─┬ docker@0.2.14
│ ├── commander@0.5.2
│ ├── mkdirp@0.3.2
│ ├─┬ pygmentize-bundled@2.1.1
│ │ ├── bl@0.4.2
│ │ ├── mkdirp@0.3.5
│ │ ├─┬ readable-stream@1.0.34
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └─┬ through2@0.2.3
│ │   ├── readable-stream@1.1.14
│ │   └─┬ xtend@2.1.2
│ │     └── object-keys@0.4.0
│ └─┬ watchr@2.3.10
│   └─┬ bal-util@1.18.0
│     ├── ambi@2.0.0
│     ├── eachr@2.0.4
│     ├── extendr@2.0.1
│     ├── getsetdeep@2.0.0
│     ├── safecallback@1.0.1
│     ├── safefs@2.0.3
│     ├── taskgroup@2.0.0
│     └── typechecker@2.0.8
├─┬ eslint@2.10.2
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├── has-ansi@2.0.0
│ │ ├── strip-ansi@3.0.1
│ │ └── supports-color@2.0.0
│ ├─┬ concat-stream@1.5.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ readable-stream@2.0.6
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ └── util-deprecate@1.0.2
│ │ └── typedarray@0.0.6
│ ├─┬ doctrine@1.2.2
│ │ ├── esutils@1.1.6
│ │ └── isarray@1.0.0
│ ├─┬ es6-map@0.1.3
│ │ ├── d@0.1.1
│ │ ├── es5-ext@0.10.11
│ │ ├── es6-iterator@2.0.0
│ │ ├── es6-set@0.1.4
│ │ ├── es6-symbol@3.0.2
│ │ └── event-emitter@0.3.4
│ ├─┬ escope@3.6.0
│ │ ├── es6-weak-map@2.0.1
│ │ ├─┬ esrecurse@4.1.0
│ │ │ └── estraverse@4.1.1
│ │ └── estraverse@4.2.0
│ ├─┬ espree@3.1.4
│ │ ├── acorn@3.1.0
│ │ └── acorn-jsx@3.0.1
│ ├── estraverse@4.2.0
│ ├── esutils@2.0.2
│ ├─┬ file-entry-cache@1.2.4
│ │ └─┬ flat-cache@1.0.10
│ │   ├─┬ del@2.2.0
│ │   │ ├── is-path-cwd@1.0.0
│ │   │ └─┬ is-path-in-cwd@1.0.0
│ │   │   └── is-path-inside@1.0.0
│ │   ├── read-json-sync@1.1.1
│ │   └── write@0.2.1
│ ├─┬ glob@7.0.3
│ │ └── inflight@1.0.5
│ ├── globals@9.7.0
│ ├── ignore@3.1.2
│ ├── imurmurhash@0.1.4
│ ├─┬ inquirer@0.12.0
│ │ ├── ansi-escapes@1.4.0
│ │ ├── ansi-regex@2.0.0
│ │ ├─┬ cli-cursor@1.0.2
│ │ │ └─┬ restore-cursor@1.0.1
│ │ │   ├── exit-hook@1.1.1
│ │ │   └── onetime@1.1.0
│ │ ├── cli-width@2.1.0
│ │ ├─┬ figures@1.7.0
│ │ │ └── object-assign@4.1.0
│ │ ├─┬ readline2@1.0.1
│ │ │ ├── code-point-at@1.0.0
│ │ │ ├── is-fullwidth-code-point@1.0.0
│ │ │ └── mute-stream@0.0.5
│ │ ├── run-async@0.1.0
│ │ ├── rx-lite@3.1.2
│ │ └── string-width@1.0.1
│ ├─┬ is-my-json-valid@2.13.1
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ ├── jsonpointer@2.0.0
│ │ └── xtend@4.0.1
│ ├─┬ is-resolvable@1.0.0
│ │ └── tryit@1.0.2
│ ├─┬ js-yaml@3.6.0
│ │ ├─┬ argparse@1.0.7
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@2.7.2
│ ├─┬ json-stable-stringify@1.0.1
│ │ └── jsonify@0.0.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ optionator@0.8.1
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@1.1.3
│ │ ├── levn@0.3.0
│ │ ├── prelude-ls@1.1.2
│ │ └── type-check@0.3.2
│ ├── path-is-inside@1.0.1
│ ├── pluralize@1.2.1
│ ├── progress@1.1.8
│ ├─┬ require-uncached@1.0.2
│ │ ├─┬ caller-path@0.1.0
│ │ │ └── callsites@0.2.0
│ │ └── resolve-from@1.0.1
│ ├── shelljs@0.6.0
│ ├── strip-json-comments@1.0.4
│ ├─┬ table@3.7.8
│ │ ├── bluebird@3.4.0
│ │ ├── slice-ansi@0.0.4
│ │ ├── tv4@1.2.7
│ │ └── xregexp@3.1.1
│ ├── text-table@0.2.0
│ └─┬ user-home@2.0.0
│   └── os-homedir@1.0.1
├── eslint-plugin-react@5.1.1
├── eslint-plugin-react-native@1.0.2
├── immutable@3.8.1
├─┬ istanbul@0.4.3
│ ├── abbrev@1.0.7
│ ├── async@1.5.2
│ ├─┬ escodegen@1.8.0
│ │ ├── esprima@2.7.2
│ │ ├── estraverse@1.9.3
│ │ └── source-map@0.2.0
│ ├── esprima@2.7.2
│ ├─┬ fileset@0.2.1
│ │ └── glob@5.0.15
│ ├─┬ handlebars@4.0.5
│ │ └── async@1.5.2
│ ├── nopt@3.0.6
│ ├─┬ once@1.3.3
│ │ └── wrappy@1.0.1
│ ├── resolve@1.1.7
│ ├─┬ supports-color@3.1.2
│ │ └── has-flag@1.0.0
│ ├─┬ which@1.2.4
│ │ ├─┬ is-absolute@0.1.7
│ │ │ └── is-relative@0.1.3
│ │ └── isexe@1.1.2
│ └── wordwrap@1.0.0
├─┬ jasmine-node@1.14.5
│ ├── coffee-script@1.10.0
│ ├─┬ gaze@0.3.4
│ │ ├─┬ fileset@0.1.8
│ │ │ └─┬ glob@3.2.11
│ │ │   └── minimatch@0.3.0
│ │ └─┬ minimatch@0.2.14
│ │   ├── lru-cache@2.7.3
│ │   └── sigmund@1.0.1
│ ├─┬ jasmine-growl-reporter@0.0.3
│ │ └── growl@1.7.0
│ ├─┬ jasmine-reporters@1.0.2
│ │ └── mkdirp@0.3.5
│ ├── mkdirp@0.3.5
│ ├── requirejs@2.2.0
│ └── walkdir@0.0.11
├─┬ jest-cli@0.9.2
│ ├─┬ cover@0.2.9
│ │ ├─┬ cli-table@0.0.2
│ │ │ └── colors@0.3.0
│ │ ├── underscore@1.2.4
│ │ ├── underscore.string@2.0.0
│ │ └── which@1.0.9
│ ├── diff@2.2.2
│ ├── graceful-fs@4.1.3
│ ├─┬ jsdom@7.2.2
│ │ ├── abab@1.0.3
│ │ ├── acorn@2.7.0
│ │ ├─┬ acorn-globals@1.0.9
│ │ │ └── acorn@2.7.0
│ │ ├── cssom@0.3.1
│ │ ├── cssstyle@0.2.34
│ │ ├── nwmatcher@1.3.7
│ │ ├── parse5@1.5.1
│ │ ├─┬ request@2.72.0
│ │ │ ├── aws-sign2@0.6.0
│ │ │ ├─┬ aws4@1.3.2
│ │ │ │ └─┬ lru-cache@4.0.1
│ │ │ │   ├── pseudomap@1.0.2
│ │ │ │   └── yallist@2.0.0
│ │ │ ├─┬ bl@1.1.2
│ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │   └── isarray@1.0.0
│ │ │ ├── caseless@0.11.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.0
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ └── async@1.5.2
│ │ │ ├── har-validator@2.0.6
│ │ │ ├─┬ hawk@3.1.3
│ │ │ │ ├── boom@2.10.1
│ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ └── verror@1.3.6
│ │ │ │ └─┬ sshpk@1.7.4
│ │ │ │   ├── asn1@0.2.3
│ │ │ │   ├─┬ dashdash@1.13.0
│ │ │ │   │ └── assert-plus@1.0.0
│ │ │ │   ├── ecc-jsbn@0.1.1
│ │ │ │   ├── jodid25519@1.0.2
│ │ │ │   ├── jsbn@0.1.0
│ │ │ │   └── tweetnacl@0.14.3
│ │ │ ├── is-typedarray@1.0.0
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.1.10
│ │ │ │ └── mime-db@1.22.0
│ │ │ ├── node-uuid@1.4.7
│ │ │ ├── oauth-sign@0.8.1
│ │ │ ├── qs@6.1.0
│ │ │ ├── stringstream@0.0.5
│ │ │ └── tunnel-agent@0.4.2
│ │ ├── sax@1.2.1
│ │ ├── symbol-tree@3.1.4
│ │ ├── tough-cookie@2.2.2
│ │ ├── webidl-conversions@2.0.1
│ │ ├─┬ whatwg-url-compat@0.6.5
│ │ │ └── tr46@0.0.3
│ │ └── xml-name-validator@2.0.1
│ ├─┬ lodash.template@3.6.2
│ │ ├── lodash._basecopy@3.0.1
│ │ ├── lodash._basetostring@3.0.1
│ │ ├── lodash._basevalues@3.0.0
│ │ ├── lodash._isiterateecall@3.0.9
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.escape@3.2.0
│ │ │ └── lodash._root@3.0.1
│ │ ├─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ ├── lodash.isarguments@3.0.8
│ │ │ └── lodash.isarray@3.0.4
│ │ ├── lodash.restparam@3.6.1
│ │ └── lodash.templatesettings@3.1.1
│ ├─┬ node-haste@2.8.0
│ │ ├── denodeify@1.2.1
│ │ └── throat@2.0.2
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├─┬ sane@1.3.4
│ │ ├─┬ exec-sh@0.2.0
│ │ │ └── merge@1.2.0
│ │ ├── fb-watchman@1.9.0
│ │ ├── minimatch@0.2.14
│ │ ├── minimist@1.2.0
│ │ ├─┬ walker@1.0.7
│ │ │ └─┬ makeerror@1.0.11
│ │ │   └── tmpl@1.0.4
│ │ └── watch@0.10.0
│ └─┬ worker-farm@1.3.1
│   └─┬ errno@0.1.4
│     └── prr@0.0.0
├── key-mirror@1.0.1
├── lodash@4.13.1
├─┬ react@15.0.2
│ ├─┬ fbjs@0.8.2
│ │ ├── core-js@1.2.6
│ │ ├─┬ isomorphic-fetch@2.2.1
│ │ │ └── whatwg-fetch@1.0.0
│ │ └── ua-parser-js@0.7.10
│ ├── loose-envify@1.1.0
│ └── object-assign@4.0.1
├── react-addons-test-utils@15.0.2
├─┬ react-native@0.26.1
│ ├── absolute-path@0.0.0
│ ├── art@0.10.1
│ ├─┬ babel-plugin-external-helpers@6.8.0
│ │ └─┬ babel-runtime@6.9.0
│ │   └── core-js@2.4.0
│ ├─┬ babel-polyfill@6.9.0
│ │ ├── babel-regenerator-runtime@6.5.0
│ │ ├── babel-runtime@6.9.0
│ │ └── core-js@2.4.0
│ ├── base64-js@0.0.8
│ ├─┬ bser@1.0.2
│ │ └── node-int64@0.4.0
│ ├─┬ connect@2.30.2
│ │ ├── basic-auth-connect@1.0.0
│ │ ├─┬ body-parser@1.13.3
│ │ │ ├── iconv-lite@0.4.11
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ └─┬ raw-body@2.1.6
│ │ │   └── bytes@2.3.0
│ │ ├── bytes@2.1.0
│ │ ├─┬ compression@1.5.2
│ │ │ ├─┬ accepts@1.2.13
│ │ │ │ └── negotiator@0.5.3
│ │ │ ├─┬ compressible@2.0.8
│ │ │ │ └── mime-db@1.23.0
│ │ │ └── vary@1.0.1
│ │ ├── connect-timeout@1.6.2
│ │ ├── content-type@1.0.2
│ │ ├── cookie@0.1.3
│ │ ├── cookie-parser@1.3.5
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ csurf@1.8.3
│ │ │ └─┬ csrf@3.0.2
│ │ │   ├── base64-url@1.2.2
│ │ │   ├── rndm@1.2.0
│ │ │   ├── tsscmp@1.0.2
│ │ │   └─┬ uid-safe@2.1.1
│ │ │     └── random-bytes@1.0.0
│ │ ├── depd@1.0.1
│ │ ├─┬ errorhandler@1.4.3
│ │ │ ├─┬ accepts@1.3.3
│ │ │ │ ├─┬ mime-types@2.1.11
│ │ │ │ │ └── mime-db@1.23.0
│ │ │ │ └── negotiator@0.6.1
│ │ │ └── escape-html@1.0.3
│ │ ├─┬ express-session@1.11.3
│ │ │ ├── crc@3.3.0
│ │ │ └─┬ uid-safe@2.0.0
│ │ │   └── base64-url@1.2.1
│ │ ├─┬ finalhandler@0.4.0
│ │ │ ├── escape-html@1.0.2
│ │ │ └── unpipe@1.0.0
│ │ ├── fresh@0.3.0
│ │ ├─┬ http-errors@1.3.1
│ │ │ └── statuses@1.3.0
│ │ ├─┬ method-override@2.3.6
│ │ │ ├── methods@1.1.2
│ │ │ └── vary@1.1.0
│ │ ├─┬ morgan@1.6.1
│ │ │ └── basic-auth@1.0.4
│ │ ├─┬ multiparty@3.3.2
│ │ │ └── stream-counter@0.2.0
│ │ ├── on-headers@1.0.1
│ │ ├── parseurl@1.3.1
│ │ ├── pause@0.1.0
│ │ ├── qs@4.0.0
│ │ ├── response-time@2.3.1
│ │ ├─┬ serve-favicon@2.3.0
│ │ │ └── etag@1.7.0
│ │ ├─┬ serve-index@1.7.3
│ │ │ └── batch@0.5.3
│ │ ├─┬ serve-static@1.10.2
│ │ │ └─┬ send@0.13.1
│ │ │   ├── depd@1.1.0
│ │ │   ├── destroy@1.0.4
│ │ │   ├── range-parser@1.0.3
│ │ │   └── statuses@1.2.1
│ │ ├─┬ type-is@1.6.13
│ │ │ ├── media-typer@0.3.0
│ │ │ └─┬ mime-types@2.1.11
│ │ │   └── mime-db@1.23.0
│ │ ├── utils-merge@1.0.0
│ │ └── vhost@3.0.2
│ ├── core-js@2.4.0
│ ├── event-target-shim@1.1.1
│ ├─┬ fbjs-scripts@0.4.0
│ │ ├─┬ babel@5.8.38
│ │ │ ├─┬ babel-core@5.8.38
│ │ │ │ ├── babel-plugin-constant-folding@1.0.1
│ │ │ │ ├── babel-plugin-dead-code-elimination@1.0.2
│ │ │ │ ├── babel-plugin-eval@1.0.1
│ │ │ │ ├── babel-plugin-inline-environment-variables@1.0.1
│ │ │ │ ├── babel-plugin-jscript@1.0.4
│ │ │ │ ├── babel-plugin-member-expression-literals@1.0.1
│ │ │ │ ├── babel-plugin-property-literals@1.0.1
│ │ │ │ ├─┬ babel-plugin-proto-to-assign@1.0.4
│ │ │ │ │ └── lodash@3.10.1
│ │ │ │ ├── babel-plugin-react-constant-elements@1.0.3
│ │ │ │ ├── babel-plugin-react-display-name@1.0.3
│ │ │ │ ├── babel-plugin-remove-console@1.0.1
│ │ │ │ ├── babel-plugin-remove-debugger@1.0.1
│ │ │ │ ├── babel-plugin-runtime@1.0.7
│ │ │ │ ├─┬ babel-plugin-undeclared-variables-check@1.0.2
│ │ │ │ │ └── leven@1.0.2
│ │ │ │ ├── babel-plugin-undefined-to-void@1.1.6
│ │ │ │ ├── babylon@5.8.38
│ │ │ │ ├── globals@6.4.1
│ │ │ │ ├── is-integer@1.0.6
│ │ │ │ ├── js-tokens@1.0.1
│ │ │ │ ├── regenerator@0.8.40
│ │ │ │ ├─┬ regexpu@1.3.0
│ │ │ │ │ ├── esprima@2.7.2
│ │ │ │ │ ├── regenerate@1.2.1
│ │ │ │ │ ├── regjsgen@0.2.0
│ │ │ │ │ └─┬ regjsparser@0.1.5
│ │ │ │ │   └── jsesc@0.5.0
│ │ │ │ ├── trim-right@1.0.1
│ │ │ │ └── try-resolve@1.0.1
│ │ │ ├─┬ chokidar@1.5.1
│ │ │ │ ├─┬ anymatch@1.3.0
│ │ │ │ │ └─┬ micromatch@2.3.8
│ │ │ │ │   ├─┬ arr-diff@2.0.0
│ │ │ │ │   │ └── arr-flatten@1.0.1
│ │ │ │ │   ├── array-unique@0.2.1
│ │ │ │ │   ├─┬ braces@1.8.5
│ │ │ │ │   │ ├─┬ expand-range@1.8.2
│ │ │ │ │   │ │ └─┬ fill-range@2.2.3
│ │ │ │ │   │ │   ├── is-number@2.1.0
│ │ │ │ │   │ │   ├─┬ isobject@2.1.0
│ │ │ │ │   │ │   │ └── isarray@1.0.0
│ │ │ │ │   │ │   └── randomatic@1.1.5
│ │ │ │ │   │ ├── preserve@0.2.0
│ │ │ │ │   │ └── repeat-element@1.1.2
│ │ │ │ │   ├─┬ expand-brackets@0.1.5
│ │ │ │ │   │ └── is-posix-bracket@0.1.1
│ │ │ │ │   ├── extglob@0.3.2
│ │ │ │ │   ├── filename-regex@2.0.0
│ │ │ │ │   ├─┬ kind-of@3.0.2
│ │ │ │ │   │ └── is-buffer@1.1.3
│ │ │ │ │   ├── normalize-path@2.0.1
│ │ │ │ │   ├─┬ object.omit@2.0.0
│ │ │ │ │   │ ├─┬ for-own@0.1.4
│ │ │ │ │   │ │ └── for-in@0.1.5
│ │ │ │ │   │ └── is-extendable@0.1.1
│ │ │ │ │   ├─┬ parse-glob@3.0.4
│ │ │ │ │   │ ├── glob-base@0.3.0
│ │ │ │ │   │ └── is-dotfile@1.0.2
│ │ │ │ │   └─┬ regex-cache@0.4.3
│ │ │ │ │     ├── is-equal-shallow@0.1.3
│ │ │ │ │     └── is-primitive@2.0.0
│ │ │ │ ├── async-each@1.0.0
│ │ │ │ ├─┬ fsevents@1.0.12
│ │ │ │ │ ├── nan@2.3.3
│ │ │ │ │ └─┬ node-pre-gyp@0.6.25
│ │ │ │ │   ├─┬ mkdirp@0.5.1
│ │ │ │ │   │ └── minimist@0.0.8
│ │ │ │ │   ├─┬ nopt@3.0.6
│ │ │ │ │   │ └── abbrev@1.0.7
│ │ │ │ │   ├─┬ npmlog@2.0.3
│ │ │ │ │   │ ├── ansi@0.3.1
│ │ │ │ │   │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ │   │ │ └── delegates@1.0.0
│ │ │ │ │   │ └─┬ gauge@1.2.7
│ │ │ │ │   │   ├── has-unicode@2.0.0
│ │ │ │ │   │   ├─┬ lodash.pad@4.1.0
│ │ │ │ │   │   │ ├── lodash.repeat@4.0.0
│ │ │ │ │   │   │ └── lodash.tostring@4.1.2
│ │ │ │ │   │   ├── lodash.padend@4.2.0
│ │ │ │ │   │   └── lodash.padstart@4.2.0
│ │ │ │ │   ├─┬ rc@1.1.6
│ │ │ │ │   │ ├── deep-extend@0.4.1
│ │ │ │ │   │ ├── ini@1.3.4
│ │ │ │ │   │ ├── minimist@1.2.0
│ │ │ │ │   │ └── strip-json-comments@1.0.4
│ │ │ │ │   ├─┬ request@2.69.0
│ │ │ │ │   │ ├── aws-sign2@0.6.0
│ │ │ │ │   │ ├─┬ aws4@1.3.2
│ │ │ │ │   │ │ └─┬ lru-cache@4.0.1
│ │ │ │ │   │ │   ├── pseudomap@1.0.2
│ │ │ │ │   │ │   └── yallist@2.0.0
│ │ │ │ │   │ ├── bl@1.0.3
│ │ │ │ │   │ ├── caseless@0.11.0
│ │ │ │ │   │ ├─┬ combined-stream@1.0.5
│ │ │ │ │   │ │ └── delayed-stream@1.0.0
│ │ │ │ │   │ ├── extend@3.0.0
│ │ │ │ │   │ ├── forever-agent@0.6.1
│ │ │ │ │   │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ │   │ │ └── async@1.5.2
│ │ │ │ │   │ ├─┬ har-validator@2.0.6
│ │ │ │ │   │ │ ├─┬ chalk@1.1.3
│ │ │ │ │   │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │   │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │   │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │   │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │   │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ │   │ │ │ └── supports-color@2.0.0
│ │ │ │ │   │ │ ├─┬ commander@2.9.0
│ │ │ │ │   │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ │   │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │   │ │ │ ├── generate-function@2.0.0
│ │ │ │ │   │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │   │ │ │ │ └── is-property@1.0.2
│ │ │ │ │   │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │   │ │ │ └── xtend@4.0.1
│ │ │ │ │   │ │ └─┬ pinkie-promise@2.0.0
│ │ │ │ │   │ │   └── pinkie@2.0.4
│ │ │ │ │   │ ├─┬ hawk@3.1.3
│ │ │ │ │   │ │ ├── boom@2.10.1
│ │ │ │ │   │ │ ├── cryptiles@2.0.5
│ │ │ │ │   │ │ ├── hoek@2.16.3
│ │ │ │ │   │ │ └── sntp@1.0.9
│ │ │ │ │   │ ├─┬ http-signature@1.1.1
│ │ │ │ │   │ │ ├── assert-plus@0.2.0
│ │ │ │ │   │ │ ├─┬ jsprim@1.2.2
│ │ │ │ │   │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │   │ │ │ ├── json-schema@0.2.2
│ │ │ │ │   │ │ │ └── verror@1.3.6
│ │ │ │ │   │ │ └─┬ sshpk@1.7.4
│ │ │ │ │   │ │   ├── asn1@0.2.3
│ │ │ │ │   │ │   ├─┬ dashdash@1.13.0
│ │ │ │ │   │ │   │ └── assert-plus@1.0.0
│ │ │ │ │   │ │   ├── ecc-jsbn@0.1.1
│ │ │ │ │   │ │   ├── jodid25519@1.0.2
│ │ │ │ │   │ │   ├── jsbn@0.1.0
│ │ │ │ │   │ │   └── tweetnacl@0.14.3
│ │ │ │ │   │ ├── is-typedarray@1.0.0
│ │ │ │ │   │ ├── isstream@0.1.2
│ │ │ │ │   │ ├── json-stringify-safe@5.0.1
│ │ │ │ │   │ ├─┬ mime-types@2.1.10
│ │ │ │ │   │ │ └── mime-db@1.22.0
│ │ │ │ │   │ ├── node-uuid@1.4.7
│ │ │ │ │   │ ├── oauth-sign@0.8.1
│ │ │ │ │   │ ├── qs@6.0.2
│ │ │ │ │   │ ├── stringstream@0.0.5
│ │ │ │ │   │ ├── tough-cookie@2.2.2
│ │ │ │ │   │ └── tunnel-agent@0.4.2
│ │ │ │ │   ├─┬ rimraf@2.5.2
│ │ │ │ │   │ └─┬ glob@7.0.3
│ │ │ │ │   │   ├─┬ inflight@1.0.4
│ │ │ │ │   │   │ └── wrappy@1.0.1
│ │ │ │ │   │   ├── inherits@2.0.1
│ │ │ │ │   │   ├─┬ minimatch@3.0.0
│ │ │ │ │   │   │ └─┬ brace-expansion@1.1.3
│ │ │ │ │   │   │   ├── balanced-match@0.3.0
│ │ │ │ │   │   │   └── concat-map@0.0.1
│ │ │ │ │   │   ├─┬ once@1.3.3
│ │ │ │ │   │   │ └── wrappy@1.0.1
│ │ │ │ │   │   └── path-is-absolute@1.0.0
│ │ │ │ │   ├── semver@5.1.0
│ │ │ │ │   ├─┬ tar@2.2.1
│ │ │ │ │   │ ├── block-stream@0.0.8
│ │ │ │ │   │ ├─┬ fstream@1.0.8
│ │ │ │ │   │ │ └── graceful-fs@4.1.3
│ │ │ │ │   │ └── inherits@2.0.1
│ │ │ │ │   └─┬ tar-pack@3.1.3
│ │ │ │ │     ├─┬ debug@2.2.0
│ │ │ │ │     │ └── ms@0.7.1
│ │ │ │ │     ├─┬ fstream-ignore@1.0.3
│ │ │ │ │     │ └─┬ minimatch@3.0.0
│ │ │ │ │     │   └─┬ brace-expansion@1.1.3
│ │ │ │ │     │     ├── balanced-match@0.3.0
│ │ │ │ │     │     └── concat-map@0.0.1
│ │ │ │ │     ├─┬ once@1.3.3
│ │ │ │ │     │ └── wrappy@1.0.1
│ │ │ │ │     ├─┬ readable-stream@2.0.6
│ │ │ │ │     │ ├── core-util-is@1.0.2
│ │ │ │ │     │ ├── isarray@1.0.0
│ │ │ │ │     │ ├── process-nextick-args@1.0.6
│ │ │ │ │     │ ├── string_decoder@0.10.31
│ │ │ │ │     │ └── util-deprecate@1.0.2
│ │ │ │ │     └── uid-number@0.0.6
│ │ │ │ ├── glob-parent@2.0.0
│ │ │ │ ├─┬ is-binary-path@1.0.1
│ │ │ │ │ └── binary-extensions@1.4.0
│ │ │ │ ├─┬ is-glob@2.0.1
│ │ │ │ │ └── is-extglob@1.0.0
│ │ │ │ └─┬ readdirp@2.0.0
│ │ │ │   └─┬ readable-stream@2.1.4
│ │ │ │     └── isarray@1.0.0
│ │ │ ├── fs-readdir-recursive@0.1.2
│ │ │ ├── lodash@3.10.1
│ │ │ ├── output-file-sync@1.1.1
│ │ │ └── source-map@0.5.6
│ │ ├─┬ gulp-util@3.0.7
│ │ │ ├── array-differ@1.0.0
│ │ │ ├── array-uniq@1.0.2
│ │ │ ├── beeper@1.1.0
│ │ │ ├─┬ fancy-log@1.2.0
│ │ │ │ └── time-stamp@1.0.1
│ │ │ ├─┬ gulplog@1.0.0
│ │ │ │ └── glogg@1.0.0
│ │ │ ├─┬ has-gulplog@0.1.0
│ │ │ │ └── sparkles@1.0.0
│ │ │ ├── lodash._reescape@3.0.0
│ │ │ ├── lodash._reevaluate@3.0.0
│ │ │ ├── multipipe@0.1.2
│ │ │ ├── object-assign@3.0.0
│ │ │ ├── replace-ext@0.0.1
│ │ │ └─┬ vinyl@0.5.3
│ │ │   ├── clone@1.0.2
│ │ │   └── clone-stats@0.0.1
│ │ └─┬ through2@2.0.1
│ │   └─┬ readable-stream@2.0.6
│ │     └── isarray@1.0.0
│ ├── image-size@0.3.5
│ ├── immutable@3.7.6
│ ├─┬ joi@6.10.1
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.13.0
│ │ └── topo@1.1.0
│ ├─┬ jstransform@11.0.3
│ │ ├── base62@1.1.1
│ │ ├── esprima-fb@15001.1.0-dev-harmony-fb
│ │ └── object-assign@2.1.1
│ ├── lodash@3.10.1
│ ├─┬ module-deps@3.9.1
│ │ ├── browser-resolve@1.11.1
│ │ ├── concat-stream@1.4.10
│ │ ├── defined@1.0.0
│ │ ├─┬ detective@4.3.1
│ │ │ └── acorn@1.2.2
│ │ ├── duplexer2@0.0.2
│ │ ├─┬ JSONStream@1.1.1
│ │ │ └── jsonparse@1.2.0
│ │ ├─┬ parents@1.0.1
│ │ │ └── path-platform@0.11.15
│ │ ├── readable-stream@1.1.14
│ │ ├─┬ stream-combiner2@1.0.2
│ │ │ └─┬ through2@0.5.1
│ │ │   ├── readable-stream@1.0.34
│ │ │   └── xtend@3.0.0
│ │ ├── subarg@1.0.0
│ │ └── through2@1.1.1
│ ├─┬ node-fetch@1.5.2
│ │ ├── encoding@0.1.12
│ │ └── is-stream@1.1.0
│ ├── node-haste@2.10.1
│ ├── opn@3.0.3
│ ├─┬ promise@7.1.1
│ │ └── asap@2.0.4
│ ├── react-clone-referenced-element@1.0.1
│ ├── react-timer-mixin@0.13.3
│ ├── rebound@0.0.13
│ ├── regenerator-runtime@0.9.5
│ ├── semver@5.1.0
│ ├─┬ source-map@0.4.4
│ │ └── amdefine@1.0.0
│ ├── stacktrace-parser@0.1.3
│ ├─┬ temp@0.8.3
│ │ ├── os-tmpdir@1.0.1
│ │ └── rimraf@2.2.8
│ ├─┬ uglify-js@2.6.2
│ │ ├── async@0.2.10
│ │ ├── source-map@0.5.3
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │   ├── camelcase@1.2.1
│ │   ├─┬ cliui@2.1.0
│ │   │ ├─┬ center-align@0.1.3
│ │   │ │ ├─┬ align-text@0.1.4
│ │   │ │ │ ├── longest@1.0.1
│ │   │ │ │ └── repeat-string@1.5.4
│ │   │ │ └── lazy-cache@1.0.3
│ │   │ ├── right-align@0.1.3
│ │   │ └── wordwrap@0.0.2
│ │   └── window-size@0.1.0
│ ├─┬ ws@0.8.1
│ │ ├─┬ bufferutil@1.2.1
│ │ │ └── nan@2.2.1
│ │ ├── options@0.0.6
│ │ ├── ultron@1.0.2
│ │ └── utf-8-validate@1.2.1
│ ├─┬ yargs@3.32.0
│ │ ├── camelcase@2.1.1
│ │ ├─┬ cliui@3.2.0
│ │ │ └── wrap-ansi@2.0.0
│ │ ├── decamelize@1.2.0
│ │ ├─┬ os-locale@1.4.0
│ │ │ └─┬ lcid@1.0.0
│ │ │   └── invert-kv@1.0.0
│ │ ├── window-size@0.1.4
│ │ └── y18n@3.2.1
│ ├─┬ yeoman-environment@1.6.1
│ │ ├─┬ globby@4.1.0
│ │ │ ├── array-union@1.0.1
│ │ │ ├── arrify@1.0.1
│ │ │ ├── glob@6.0.4
│ │ │ ├── pify@2.3.0
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │   └── pinkie@2.0.4
│ │ ├─┬ grouped-queue@0.3.2
│ │ │ └── lodash@3.10.1
│ │ ├─┬ inquirer@1.0.2
│ │ │ ├── mute-stream@0.0.6
│ │ │ ├─┬ run-async@2.2.0
│ │ │ │ └── is-promise@2.1.0
│ │ │ └── rx@4.1.0
│ │ ├── log-symbols@1.0.2
│ │ ├─┬ mem-fs@1.1.3
│ │ │ ├── vinyl@1.1.1
│ │ │ └─┬ vinyl-file@2.0.0
│ │ │   ├─┬ strip-bom@2.0.0
│ │ │   │ └── is-utf8@0.2.1
│ │ │   ├─┬ strip-bom-stream@2.0.0
│ │ │   │ └─┬ first-chunk-stream@2.0.0
│ │ │   │   └─┬ readable-stream@2.1.4
│ │ │   │     └── isarray@1.0.0
│ │ │   └── vinyl@1.1.1
│ │ └── untildify@2.1.0
│ └─┬ yeoman-generator@0.20.3
│   ├── async@1.5.2
│   ├─┬ class-extend@0.1.2
│   │ └── object-assign@2.1.1
│   ├─┬ cli-table@0.3.1
│   │ └── colors@1.0.3
│   ├─┬ cross-spawn@2.2.3
│   │ ├─┬ cross-spawn-async@2.2.4
│   │ │ ├── lru-cache@4.0.1
│   │ │ └── which@1.2.9
│   │ └─┬ spawn-sync@1.0.15
│   │   └── os-shim@0.1.3
│   ├─┬ dargs@4.1.0
│   │ └── number-is-nan@1.0.0
│   ├─┬ dateformat@1.0.12
│   │ └─┬ meow@3.7.0
│   │   ├─┬ camelcase-keys@2.1.0
│   │   │ └── camelcase@2.1.1
│   │   ├─┬ loud-rejection@1.3.0
│   │   │ ├── array-find-index@1.0.1
│   │   │ └── signal-exit@2.1.2
│   │   ├── map-obj@1.0.1
│   │   ├─┬ normalize-package-data@2.3.5
│   │   │ ├── hosted-git-info@2.1.5
│   │   │ ├─┬ is-builtin-module@1.0.0
│   │   │ │ └── builtin-modules@1.1.1
│   │   │ └─┬ validate-npm-package-license@3.0.1
│   │   │   ├─┬ spdx-correct@1.0.2
│   │   │   │ └── spdx-license-ids@1.2.1
│   │   │   └─┬ spdx-expression-parse@1.0.2
│   │   │     └── spdx-exceptions@1.0.4
│   │   ├─┬ redent@1.0.0
│   │   │ ├─┬ indent-string@2.1.0
│   │   │ │ └── repeating@2.0.1
│   │   │ └── strip-indent@1.0.1
│   │   └── trim-newlines@1.0.0
│   ├── detect-conflict@1.0.0
│   ├─┬ download@4.4.3
│   │ ├─┬ caw@1.2.0
│   │ │ ├─┬ get-proxy@1.1.0
│   │ │ │ └─┬ rc@1.1.6
│   │ │ │   └── ini@1.3.4
│   │ │ ├── is-obj@1.0.1
│   │ │ └── object-assign@3.0.0
│   │ ├─┬ each-async@1.1.1
│   │ │ └── set-immediate-shim@1.0.1
│   │ ├─┬ filenamify@1.2.1
│   │ │ ├── filename-reserved-regex@1.0.0
│   │ │ ├── strip-outer@1.0.0
│   │ │ └── trim-repeated@1.0.0
│   │ ├─┬ got@5.6.0
│   │ │ ├─┬ create-error-class@3.0.2
│   │ │ │ └── capture-stack-trace@1.0.0
│   │ │ ├── duplexer2@0.1.4
│   │ │ ├── is-plain-obj@1.1.0
│   │ │ ├── is-redirect@1.0.0
│   │ │ ├── is-retry-allowed@1.0.0
│   │ │ ├── lowercase-keys@1.0.0
│   │ │ ├── node-status-codes@1.0.0
│   │ │ ├─┬ parse-json@2.2.0
│   │ │ │ └─┬ error-ex@1.3.0
│   │ │ │   └── is-arrayish@0.2.1
│   │ │ ├─┬ readable-stream@2.1.0
│   │ │ │ ├─┬ inline-process-browser@2.0.1
│   │ │ │ │ ├─┬ falafel@1.2.0
│   │ │ │ │ │ ├── acorn@1.2.2
│   │ │ │ │ │ ├── foreach@2.0.5
│   │ │ │ │ │ └── object-keys@1.0.9
│   │ │ │ │ └─┬ through2@0.6.5
│   │ │ │ │   └─┬ readable-stream@1.0.34
│   │ │ │ │     └── isarray@0.0.1
│   │ │ │ ├── isarray@1.0.0
│   │ │ │ └─┬ unreachable-branch-transform@0.5.1
│   │ │ │   ├── esmangle-evaluator@1.0.0
│   │ │ │   └─┬ recast@0.11.5
│   │ │ │     ├── ast-types@0.8.16
│   │ │ │     ├── esprima@2.7.2
│   │ │ │     └── source-map@0.5.6
│   │ │ ├── timed-out@2.0.0
│   │ │ ├── unzip-response@1.0.0
│   │ │ └─┬ url-parse-lax@1.0.0
│   │ │   └── prepend-http@1.0.3
│   │ ├─┬ gulp-decompress@1.2.0
│   │ │ ├─┬ archive-type@3.2.0
│   │ │ │ └── file-type@3.8.0
│   │ │ ├─┬ decompress@3.0.0
│   │ │ │ ├─┬ buffer-to-vinyl@1.1.0
│   │ │ │ │ ├─┬ readable-stream@2.1.4
│   │ │ │ │ │ └── isarray@1.0.0
│   │ │ │ │ └── vinyl@1.1.1
│   │ │ │ ├─┬ decompress-tar@3.1.0
│   │ │ │ │ ├── is-tar@1.0.0
│   │ │ │ │ ├── object-assign@2.1.1
│   │ │ │ │ ├─┬ strip-dirs@1.1.1
│   │ │ │ │ │ ├── is-natural-number@2.1.1
│   │ │ │ │ │ └── sum-up@1.0.3
│   │ │ │ │ ├─┬ tar-stream@1.5.2
│   │ │ │ │ │ ├── end-of-stream@1.1.0
│   │ │ │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │ │ │   └── isarray@1.0.0
│   │ │ │ │ ├─┬ through2@0.6.5
│   │ │ │ │ │ └── readable-stream@1.0.34
│   │ │ │ │ └─┬ vinyl@0.4.6
│   │ │ │ │   └── clone@0.2.0
│   │ │ │ ├─┬ decompress-tarbz2@3.1.0
│   │ │ │ │ ├── is-bzip2@1.0.0
│   │ │ │ │ ├── object-assign@2.1.1
│   │ │ │ │ ├─┬ seek-bzip@1.0.5
│   │ │ │ │ │ └── commander@2.8.1
│   │ │ │ │ ├─┬ through2@0.6.5
│   │ │ │ │ │ └── readable-stream@1.0.34
│   │ │ │ │ └─┬ vinyl@0.4.6
│   │ │ │ │   └── clone@0.2.0
│   │ │ │ ├─┬ decompress-targz@3.1.0
│   │ │ │ │ ├── is-gzip@1.0.0
│   │ │ │ │ ├── object-assign@2.1.1
│   │ │ │ │ ├─┬ through2@0.6.5
│   │ │ │ │ │ └── readable-stream@1.0.34
│   │ │ │ │ └─┬ vinyl@0.4.6
│   │ │ │ │   └── clone@0.2.0
│   │ │ │ ├─┬ decompress-unzip@3.4.0
│   │ │ │ │ ├── is-zip@1.0.0
│   │ │ │ │ ├── stat-mode@0.2.1
│   │ │ │ │ ├── vinyl@1.1.1
│   │ │ │ │ └─┬ yauzl@2.4.2
│   │ │ │ │   └─┬ fd-slicer@1.0.1
│   │ │ │ │     └── pend@1.2.0
│   │ │ │ ├─┬ stream-combiner2@1.1.1
│   │ │ │ │ ├── duplexer2@0.1.4
│   │ │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │ │   └── isarray@1.0.0
│   │ │ │ └─┬ vinyl-assign@1.2.1
│   │ │ │   └─┬ readable-stream@2.1.4
│   │ │ │     └── isarray@1.0.0
│   │ │ └─┬ readable-stream@2.1.4
│   │ │   └── isarray@1.0.0
│   │ ├── gulp-rename@1.2.2
│   │ ├── is-url@1.2.1
│   │ ├─┬ read-all-stream@3.1.0
│   │ │ └─┬ readable-stream@2.1.0
│   │ │   ├─┬ inline-process-browser@2.0.1
│   │ │   │ └─┬ through2@0.6.5
│   │ │   │   └─┬ readable-stream@1.0.34
│   │ │   │     └── isarray@0.0.1
│   │ │   ├── isarray@1.0.0
│   │ │   └─┬ unreachable-branch-transform@0.5.1
│   │ │     └─┬ recast@0.11.5
│   │ │       ├── ast-types@0.8.16
│   │ │       ├── esprima@2.7.2
│   │ │       └── source-map@0.5.6
│   │ ├─┬ readable-stream@2.1.4
│   │ │ ├── buffer-shims@1.0.0
│   │ │ └── isarray@1.0.0
│   │ ├─┬ stream-combiner2@1.1.1
│   │ │ └── duplexer2@0.1.4
│   │ ├── vinyl@1.1.1
│   │ ├─┬ vinyl-fs@2.4.3
│   │ │ ├─┬ duplexify@3.4.3
│   │ │ │ ├── end-of-stream@1.0.0
│   │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │   └── isarray@1.0.0
│   │ │ ├─┬ glob-stream@5.3.2
│   │ │ │ ├─┬ ordered-read-streams@0.3.0
│   │ │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │ │   └── isarray@1.0.0
│   │ │ │ ├─┬ through2@0.6.5
│   │ │ │ │ └── readable-stream@1.0.34
│   │ │ │ ├─┬ to-absolute-glob@0.1.1
│   │ │ │ │ └── extend-shallow@2.0.1
│   │ │ │ └── unique-stream@2.2.1
│   │ │ ├─┬ gulp-sourcemaps@1.6.0
│   │ │ │ └── vinyl@1.1.1
│   │ │ ├── is-valid-glob@0.3.0
│   │ │ ├─┬ lazystream@1.0.0
│   │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │   └── isarray@1.0.0
│   │ │ ├─┬ lodash.isequal@4.2.0
│   │ │ │ └── lodash.keys@4.0.7
│   │ │ ├─┬ merge-stream@1.0.0
│   │ │ │ └─┬ readable-stream@2.1.4
│   │ │ │   └── isarray@1.0.0
│   │ │ ├─┬ readable-stream@2.1.4
│   │ │ │ └── isarray@1.0.0
│   │ │ ├─┬ strip-bom-stream@1.0.0
│   │ │ │ └── first-chunk-stream@1.0.0
│   │ │ ├── through2-filter@2.0.0
│   │ │ ├── vali-date@1.0.0
│   │ │ └── vinyl@1.1.1
│   │ └─┬ ware@1.3.0
│   │   └─┬ wrap-fn@0.1.5
│   │     └── co@3.1.0
│   ├─┬ findup-sync@0.2.1
│   │ └── glob@4.3.5
│   ├─┬ github-username@2.1.0
│   │ └── gh-got@2.4.0
│   ├─┬ gruntfile-editor@1.2.0
│   │ └─┬ ast-query@1.2.0
│   │   ├── esprima@2.7.2
│   │   └── traverse@0.6.6
│   ├─┬ html-wiring@1.2.0
│   │ ├─┬ cheerio@0.19.0
│   │ │ ├─┬ css-select@1.0.0
│   │ │ │ ├── boolbase@1.0.0
│   │ │ │ ├── css-what@1.0.0
│   │ │ │ ├── domutils@1.4.3
│   │ │ │ └── nth-check@1.0.1
│   │ │ ├─┬ dom-serializer@0.1.0
│   │ │ │ └── domelementtype@1.1.3
│   │ │ ├── entities@1.1.1
│   │ │ ├─┬ htmlparser2@3.8.3
│   │ │ │ ├── domelementtype@1.3.0
│   │ │ │ ├── domhandler@2.3.0
│   │ │ │ ├── domutils@1.5.1
│   │ │ │ └── entities@1.0.0
│   │ │ └── lodash@3.10.1
│   │ └── detect-newline@1.0.3
│   ├─┬ inquirer@0.8.5
│   │ ├── ansi-regex@1.1.1
│   │ ├── cli-width@1.1.1
│   │ ├─┬ readline2@0.1.1
│   │ │ ├── mute-stream@0.0.4
│   │ │ └── strip-ansi@2.0.1
│   │ └── rx@2.5.3
│   ├─┬ istextorbinary@1.0.2
│   │ ├── binaryextensions@1.0.1
│   │ └── textextensions@1.0.2
│   ├── lodash@3.10.1
│   ├─┬ mem-fs-editor@2.2.0
│   │ ├── commondir@1.0.1
│   │ ├── deep-extend@0.4.1
│   │ ├── ejs@2.4.1
│   │ ├── glob@6.0.4
│   │ ├─┬ multimatch@2.1.0
│   │ │ └── minimatch@3.0.0
│   │ └── vinyl@1.1.1
│   ├── mime@1.3.4
│   ├── pretty-bytes@2.0.1
│   ├── read-chunk@1.0.1
│   ├── shelljs@0.5.3
│   ├─┬ sinon@1.17.4
│   │ ├── formatio@1.1.1
│   │ ├── lolex@1.3.2
│   │ ├── samsam@1.1.2
│   │ └── util@0.10.3
│   ├── underscore.string@3.3.4
│   ├── user-home@2.0.0
│   ├── xdg-basedir@2.0.0
│   ├─┬ yeoman-assert@2.2.1
│   │ ├── lodash@3.10.1
│   │ └── path-exists@2.1.0
│   └── yeoman-welcome@1.0.1
├── react-native-cache-image@1.0.0
├── react-native-camera@0.3.8 (git+https://github.com/lwansbrough/react-native-camera.git#bff819c574eb60a1ffdb664aa2b03d9d15c57c28)
├─┬ react-native-fs@1.4.0
│ ├── base-64@0.1.0
│ ├── bluebird@2.10.2
│ └── utf8@2.1.1
├── react-native-gifted-spinner@0.0.3
├── react-native-i18n@0.0.8 extraneous
├── react-native-i18n-complete@0.1.8 (git+https://git@github.com/sharq1/react-native-i18n-complete.git#3344131846dbe7b2739e12d647707ccadc3baf9a)
├── react-native-image-picker@0.18.17
├─┬ react-native-invertible-scroll-view@1.0.0
│ └── react-native-scrollable-mixin@1.0.1
├── react-native-linear-gradient@1.5.7
├── react-native-navbar@1.5.0
├─┬ react-native-router-flux@3.26.1
│ └── react-native-tab-navigator@99.0.0 (git://github.com/joenoon/react-native-tab-navigator.git#4bcbf8e9252f905512f7bb1c192c225f70a2b582)
├── react-native-scrollable-tab-view@0.4.3
├── react-native-simple-store@0.1.0
├── react-native-simpledialog-android@1.0.5
├─┬ react-native-vector-icons@2.0.2
│ └─┬ yargs@4.7.1
│   ├── camelcase@3.0.0
│   ├── cliui@3.2.0
│   ├─┬ pkg-conf@1.1.3
│   │ ├─┬ find-up@1.1.2
│   │ │ └── path-exists@2.1.0
│   │ ├── load-json-file@1.1.0
│   │ └── symbol@0.2.2
│   ├─┬ read-pkg-up@1.0.1
│   │ └─┬ read-pkg@1.1.0
│   │   └── path-type@1.1.0
│   ├── require-main-filename@1.0.1
│   ├── set-blocking@1.0.0
│   ├── window-size@0.2.0
│   └─┬ yargs-parser@2.4.0
│     └── camelcase@2.1.1
├─┬ react-redux@4.4.5
│ ├── hoist-non-react-statics@1.0.5
│ ├── invariant@2.2.1
│ └── lodash@4.11.1
├─┬ realm@0.13.0 (git+https://git@github.com/realm/realm-js.git#8bb0fe75e7e3cad039f6c9c6b90f899bf450d497)
│ ├── bindings@1.2.1
│ ├── mockery@1.7.0
│ ├── nan@2.3.3
│ ├─┬ node-gyp@3.3.1
│ │ ├── fstream@1.0.9
│ │ ├─┬ glob@4.5.3
│ │ │ └── minimatch@2.0.10
│ │ ├── minimatch@1.0.0
│ │ ├─┬ npmlog@2.0.4
│ │ │ ├── ansi@0.3.1
│ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ └── delegates@1.0.0
│ │ │ └─┬ gauge@1.2.7
│ │ │   ├── has-unicode@2.0.0
│ │ │   ├─┬ lodash.pad@4.4.0
│ │ │   │ ├── lodash._baseslice@4.0.0
│ │ │   │ ├── lodash._basetostring@4.12.0
│ │ │   │ └── lodash.tostring@4.1.3
│ │ │   ├─┬ lodash.padend@4.5.0
│ │ │   │ └── lodash._basetostring@4.12.0
│ │ │   └─┬ lodash.padstart@4.5.0
│ │ │     └── lodash._basetostring@4.12.0
│ │ ├── osenv@0.1.3
│ │ ├─┬ path-array@1.0.1
│ │ │ └── array-index@1.0.0
│ │ └─┬ tar@2.2.1
│ │   └── block-stream@0.0.9
│ ├─┬ rnpm@1.6.5
│ │ ├─┬ commander@2.9.0
│ │ │ └── graceful-readlink@1.0.1
│ │ ├── glob@7.0.3
│ │ ├── lodash@3.10.1
│ │ ├── rnpm-plugin-install@1.1.0
│ │ ├─┬ rnpm-plugin-link@1.7.4
│ │ │ ├─┬ fs-extra@0.26.7
│ │ │ │ ├── jsonfile@2.3.1
│ │ │ │ └── klaw@1.2.0
│ │ │ ├── glob@7.0.3
│ │ │ ├── lodash@3.10.1
│ │ │ ├─┬ plist@1.2.0
│ │ │ │ ├─┬ xmlbuilder@4.0.0
│ │ │ │ │ └── lodash@3.10.1
│ │ │ │ └── xmldom@0.1.22
│ │ │ └─┬ to-camel-case@1.0.0
│ │ │   └─┬ to-space-case@1.0.0
│ │ │     └── to-no-case@1.0.1
│ │ ├─┬ update-notifier@0.6.3
│ │ │ ├─┬ boxen@0.3.1
│ │ │ │ ├── filled-array@1.1.0
│ │ │ │ ├── repeating@2.0.1
│ │ │ │ └── widest-line@1.0.0
│ │ │ ├─┬ configstore@2.0.0
│ │ │ │ ├── dot-prop@2.4.0
│ │ │ │ ├── uuid@2.0.2
│ │ │ │ └─┬ write-file-atomic@1.1.4
│ │ │ │   └── slide@1.1.6
│ │ │ ├── is-npm@1.0.0
│ │ │ ├─┬ latest-version@2.0.0
│ │ │ │ └─┬ package-json@2.3.2
│ │ │ │   └── registry-url@3.1.0
│ │ │ └── semver-diff@2.1.0
│ │ └─┬ xmldoc@0.4.0
│ │   └── sax@1.1.6
│ └─┬ xcode@0.8.4
│   ├── node-uuid@1.3.3
│   ├── pegjs@0.6.2
│   └─┬ simple-plist@0.0.4
│     ├─┬ bplist-creator@0.0.4
│     │ └── stream-buffers@0.2.6
│     ├── bplist-parser@0.0.6
│     └─┬ plist@1.1.0
│       ├── base64-js@0.0.6
│       ├── util-deprecate@1.0.0
│       └─┬ xmlbuilder@2.2.1
│         └── lodash-node@2.4.1
├─┬ redux@3.5.2
│ ├── lodash-es@4.13.1
│ └── symbol-observable@0.2.4
├── redux-mock-store@1.0.3
├── redux-thunk@2.1.0
├─┬ regenerator@0.8.46
│ ├─┬ commoner@0.10.4
│ │ ├── iconv-lite@0.4.13
│ │ └── q@1.4.1
│ ├─┬ defs@1.1.1
│ │ ├─┬ alter@0.2.0
│ │ │ └── stable@0.1.5
│ │ ├── ast-traverse@0.1.1
│ │ ├── breakable@1.0.0
│ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ ├── simple-fmt@0.1.0
│ │ ├── simple-is@0.2.0
│ │ ├── stringmap@0.2.2
│ │ ├── stringset@0.2.1
│ │ ├── tryor@0.1.2
│ │ └── yargs@3.27.0
│ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ ├─┬ recast@0.10.33
│ │ ├── ast-types@0.8.12
│ │ └── source-map@0.5.6
│ └── through@2.3.8
├─┬ tcomb-form-native@0.5.0
│ └─┬ tcomb-validation@3.1.0
│   └── tcomb@3.1.0
├── underscore@1.8.3
└── validate.js@0.9.0

I also had to make these changes to router: screenshot at maj 24 15-42-39

As for forking repo, I'm sorry, but I cannot share my current codebase.

wookiem commented 8 years ago

Thanks for sharing your information and no worries on forking the repo -- I was in the same position a couple of weeks ago.

FWIW, I ended up re-structuring my local git repo into the following branches:

This way, I can sync my snowflakeFix branch with my wookiem/snowflake fork on github. From there, I can issue a PR for Barton to include my changes to snowflake without sharing my main codebase.

wookiem commented 8 years ago

Yeah, when attempting to upgrade to RN26.1, I'm stuck behind the following error when I login / logout multiple times:

Error: navigationState.children[6].key "scene_4_Login" conflicts with another child.

@jaimeagudo Did you see this error in your migration to RN26.1? Btw, I've looked closely at your fork, but when I try to implement your commit "resolve naming conflict" I get the same error that you've posted here: https://github.com/aksonov/react-native-router-flux/issues/727.

sharq1 commented 8 years ago

@wookiem I resolved the Router error and described this at the end of my last comment. Thank you for the branch structure hint, I'll use this for future modifications.

wookiem commented 8 years ago

@sharq1 Yeah, the Router error wasn't really hanging me up.

In looking at your node_modules, it looks like you may be developing for Android whereas I'm testing on iOS simulator (i.e. you'r not using Barton's customized version of react-native-simpledialog-android which adds support for iOS). Perhaps this explains why you're not seeing the same error.

wookiem commented 8 years ago

I was using react-native-router-flux@3.26.0 which includes a check for circular routing. In my prior update to snowflake.js I removed type="replace" from the routes which are naturally circular (e.g. Login). This was required because react-native-router-flux temporarily ignored type="replace" in the Router definition (due to "experimentalNavigation issues" in RN24/25).

The combination of the following finally solved the issue for me:

bartonhammond commented 8 years ago

This appears to be working w/ the latest release: https://github.com/bartonhammond/snowflake/releases/tag/0.1.2-alpha

Please be sure to read those notes!