Bug report!
(Check the step you've followed - put an x character between the square brackets ([]).)
I think, it's about react native snap carousel library.
I tried on IOS only.
I didn't try on production env.
(Write your answer here.)
(Write what you thought would happen.)
When I try to build with last version of react native (0.60.1) the app crashed because of that error!
(Write what happened. Add screencasts/screenshots!)
(Paste the link to a Snack example in which the issue can be reproduced. Please follow the guidelines for providing a Minimal, Complete, and Verifiable example.)
(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.)
1.
2.
3.


The problem appear only with v.3.8.1.
v.3.8.0 working well!
Hi @orcunorcun,
This is some serious issue indeed! It clearly has to do with the migration from componentWillReceiveProps to componentDidUpdate, but I don't understand why the former didn't trigger any error while the latter does...
I have the same crash when I try to render a list with the props loop={true} and loopClonesPerSide={0}. If I put loopClonesPerSide={1} it works.
I am facing the same problem with v3.8.0, and even if i add loopClonesPerSide={1} as @nromptea42 says, still same error nothing changes
+1
Also experiencing this and to add some color, I haven't changed my data or functions in anyway that would yield an infinite loop. No setStates anyway that would interfere and cause this. It also came out of nowhere and have proven that it only breaks like this when loop={true}.
Any update on this? I just updated from 3.8.0 to 3.8.4 and, with no other changes, it crashes with the aforementioned error. I've turned loop to false for now, but ideally would like that value to be true.
happens for me too, I turned off loop props it worked, but I need the loop prop to be true :(
It may be a matter of data