You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swipe debug menu from the right side of the screen and enable Feature Flags -> CustomerSegmentListRN.
Click Customers. You should be able to see your segment list implemented via FlashList
Click <- arrow in the upper right corner to navigate back and observe the crash.
Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'android.view.ViewParent android.view.ViewParent.getParent()' on a null object reference
at com.shopify.reactnative.flash_list.AutoLayoutView.dispatchDraw(AutoLayoutView.kt:33)
at android.view.View.updateDisplayListIfDirty(View.java:21510)
at android.view.View.draw(View.java:22375)
at android.view.ViewGroup.drawChild(ViewGroup.java:4528)
at com.facebook.react.views.view.ReactViewGroup.drawChild(ReactViewGroup.java:772)
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4313)
at com.facebook.react.views.view.ReactViewGroup.dispatchDraw(ReactViewGroup.java:744)
... 95 more
Steps to reproduce:
Store
tab.Feature Flags -> CustomerSegmentListRN
.Customers
. You should be able to see your segment list implemented viaFlashList
<-
arrow in the upper right corner to navigate back and observe the crash.It looks like it's happening here
flash-list/android/src/main/kotlin/com/shopify/reactnative/flash_list/AutoLayoutView.kt
Line 33 in 482c5b4
The text was updated successfully, but these errors were encountered: