Nick Gerleman
0daf83ac51
Reconnect VirtualizedList Source History 2/2 (Apply D41745930 + history, D42805202, D43063551)
...
Summary:
This change re-applies D41745930 (https://github.com/facebook/react-native/commit/2e3dbe9c2fbff52448e2d5a7c1e4c96b1016cf25 ) (and D42805202 (https://github.com/facebook/react-native/commit/1479b2ac26fded3840c596f53e6eb86a4b0c2c71 ) which was also partially reverted), re-registers additions as moves, then applies D43063551 which has been added to the changes since migration.
Changelog: [Internal]
Reviewed By: hoxyq
Differential Revision: D43068114
fbshipit-source-id: 72997700bf9962d82a988599481e255b69e68a9b
2023-02-06 20:00:19 -08:00
Nick Gerleman
ebaa00e327
Reconnect VirtualizedList Source History 1/2 (Revert D41745930)
...
Summary:
This change reverts D41745930 (https://github.com/facebook/react-native/commit/2e3dbe9c2fbff52448e2d5a7c1e4c96b1016cf25 ) as part of a stack to splice back source history which was lost (Git registered the file moves as additions).
It is expected this diff will individually fail. The entire stack should be applied at once.
Changelog: [Internal]
Reviewed By: hoxyq
Differential Revision: D43068113
fbshipit-source-id: c8398629fe5dcc1ca4bf02f550adc00c78a8487a
2023-02-06 20:00:19 -08:00
Ruslan Lesiutin
1479b2ac26
refactor(arvr/xplat): update imports to resolve packaged virtualized list from react-native ( #36035 )
...
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/36035
Changelog: [Internal]
Reviewed By: NickGerleman
Differential Revision: D42805202
fbshipit-source-id: 1f1d6e36ec6e19a1b46ce340be095bb60b8048f4
2023-02-06 13:39:13 -08:00
Gabriel Donadel Dall'Agnol
2e3dbe9c2f
feat: Move virtualized lists to @react-native/virtualized-lists ( #35406 )
...
Summary:
This PR moves `VirtualizedList`, `VirtualizedSectionList`, and its files to a separate package called `react-native/virtualized-lists` located under `packages/virtualized-lists` as proposed on https://github.com/facebook/react-native/issues/35263
## Changelog
[General] [Changed] - Move virtualized lists to react-native/virtualized-lists package
Pull Request resolved: https://github.com/facebook/react-native/pull/35406
Test Plan:
1. Open the RNTester app and navigate to `FlatList` or `SectionList` page
2. Test virtualized lists through the many sections
https://user-images.githubusercontent.com/11707729/202878843-2b1322f5-cfee-484e-aaf3-d8d4dc0b96cc.mov
Reviewed By: cipolleschi
Differential Revision: D41745930
Pulled By: hoxyq
fbshipit-source-id: d3d33896801fd69448c6893b86fd5c2363144fd0
2023-02-06 13:39:13 -08:00