Files
react-native/packages/react-native/React
Ramanpreet NaraandFacebook GitHub Bot 4636029aca Finish lazilyLoadView
Summary:
This API was used by the old architecture to lazily register/load components:
1. Load a ViewManager's class from the disk
2. Register the ViewManager's class with React Native

See: [RCTUIManager lazilyLoadView](https://github.com/facebook/react-native/blob/822bf52c29729d25b2bfb31655cf773609a9283d/packages/react-native/React/Modules/RCTUIManager.m#L1546-L1591)

The new architecture **does not** support lazy loading of **legacy** modules/components.

Therefore, let's leave this API unimplemented until we decide to implement lazy loading of legacy stuff in new architecture.

Changelog: [Internal]

Reviewed By: sammy-SC

Differential Revision: D52677515

fbshipit-source-id: 8d49a0b54f901a3e9b3e8a9578ebb0c81de522d8
2024-01-25 16:56:49 -08:00
..
2023-09-04 10:55:18 -07:00
2023-09-04 10:55:18 -07:00
2023-09-04 10:55:18 -07:00
2024-01-25 16:56:49 -08:00