Don't have a reproduction for you, but I've observed when updating data, the following error:
TypeError Cannot read property 'layout' of undefined
This error is located at:
in Item (at Steve.js:107)
in Items (at Steve.js:200)
in RCTView (at View.js:32)
in View (at createAnimatedComponent.js:448)
in AnimatedComponent(View) (at createAnimatedComponent.js:459)
in AnimatedComponentWrapper (at Steve.js:199)
in RCTView (at View.js:32)
in View (at createAnimatedComponent.js:448)
in AnimatedComponent(View) (at createAnimatedComponent.js:459)
in AnimatedComponentWrapper (at Steve.js:198)
in PanGestureHandler (at Steve.js:195)
I've also noticed that layout recalculation isn't performed when updating data (items may overlap each other). The library should support data updates, or at a minimum warn users.
Don't have a reproduction for you, but I've observed when updating
data, the following error:I've also noticed that layout recalculation isn't performed when updating
data(items may overlap each other). The library should supportdataupdates, or at a minimum warn users.