File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,15 +148,15 @@ Each first-level host child of a Fragment with a `ref` gets a `reactFragments` p
148148
149149The following ` FragmentInstance ` methods are available on Web but are ** not supported** in React Native:
150150
151- | Method | Description |
152- | ---------------------- | ------ ------------------------------------------------------------- |
153- | ` addEventListener ` | Adds an event listener to all first-level host children. |
154- | ` removeEventListener ` | Removes an event listener from all first-level host children. |
155- | ` dispatchEvent ` | Dispatches an event on the Fragment. |
156- | ` focus ` | Focuses the first focusable node depth-first. |
157- | ` focusLast ` | Focuses the last focusable node depth-first. |
158- | ` blur ` | Removes focus from the active element if within the Fragment. |
159- | ` scrollIntoView ` | Scrolls the Fragment's children into view. |
151+ | Method | Description |
152+ | --------------------- | ------------------------------------------------------------- |
153+ | ` addEventListener ` | Adds an event listener to all first-level host children. |
154+ | ` removeEventListener ` | Removes an event listener from all first-level host children. |
155+ | ` dispatchEvent ` | Dispatches an event on the Fragment. |
156+ | ` focus ` | Focuses the first focusable node depth-first. |
157+ | ` focusLast ` | Focuses the last focusable node depth-first. |
158+ | ` blur ` | Removes focus from the active element if within the Fragment. |
159+ | ` scrollIntoView ` | Scrolls the Fragment's children into view. |
160160
161161See the [ react.dev FragmentInstance documentation] ( https://react.dev/reference/react/Fragment#fragmentinstance ) for details on these methods.
162162
You can’t perform that action at this time.
0 commit comments