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
fix(Android): going back on fabric with horizontal list crash (#2403)
## Description
This PR handles yet another case for going back on fabric. In the
previous one
(#2383) I
omitted a case where a horizontal list is simply rendered w/o being
nested in any other list!
Fixes#2341
## Changes
- updated `Test2292.tsx` repro
- handle `parentView is ReactHorizontalScrollView`
<!--
## Screenshots / GIFs
Here you can add screenshots / GIFs documenting your change.
You can add before / after section if you're changing some behavior.
### Before
### After
-->
## Test code and steps to reproduce
- use `Test2282.tsx` repro
## Checklist
- [x] Included code example that can be used to test this change
- [x] Ensured that CI passes
(cherry picked from commit d40e108)
0 commit comments