React-native-reanimated: Require cycles

Created on 30 Dec 2018  ·  9Comments  ·  Source: software-mansion/react-native-reanimated

As per 1.0.0-alpha.10, there're 6 require cycles:

Require cycle:
  src/utils.js ->
  src/core/AnimatedBlock.js ->
  src/utils.js
Require cycle:
  src/base.js ->
  src/core/AnimatedCond.js ->
  src/utils.js ->
  src/core/AnimatedValue.js ->
  src/base.js
Require cycle:
  src/utils.js ->
  src/core/AnimatedValue.js ->
  src/utils.js
Require cycle:
  src/core/AnimatedValue.js ->
  src/derived/evaluateOnce.js ->
  src/core/AnimatedValue.js
Require cycle:
  src/base.js ->
  src/core/AnimatedCond.js ->
  src/utils.js ->
  src/core/AnimatedValue.js ->
  src/derived/evaluateOnce.js ->
  src/base.js
Require cycle:
  src/base.js ->
  src/core/AnimatedCond.js ->
  src/utils.js ->
  src/core/AnimatedValue.js ->
  src/derived/interpolate.js ->
  src/base.js

Most helpful comment

Any update on this issue? I'm still experiencing it with 1.0.0-alpha.12

All 9 comments

Hi @angly-cat
Thanks, we'll fix it in soon.

Any update on this issue? I'm still experiencing it with 1.0.0-alpha.12

Any update?

Nice! Waiting so much a release with this commit.

Why not merge the pulled request?

@kmagiera @osdnk what is blocking this?

Any update on this?

Fixed on master

Was this page helpful?
0 / 5 - 0 ratings