Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for document instance in React Native (facebook#32260)
Summary: ## Summary We're adding support for `Document` instances in React Native (as `ReactNativeDocument` instances) in facebook#49012 , which requires the React Fabric renderer to handle its lifecycle. This modifies the renderer to create those document instances and associate them with the React root, and provides a new method for React Native to access them given its containerTag / rootTag. ## How did you test this change? Tested e2e in facebook#49012 manually syncing these changes. DiffTrain build for [b2357ecd8203341a3668a96d32d68dd519e5430d](facebook/react@b2357ec) Differential Revision: D68839346
- Loading branch information