[docs] Update Strict TypeScript API guide - #5111
Open
huntie wants to merge 1 commit into
Open
Conversation
|
@huntie is attempting to deploy a commit to the React Foundation Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for react-native ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
cipolleschi
requested changes
Jul 13, 2026
cipolleschi
left a comment
Contributor
There was a problem hiding this comment.
Overall looks good. Left a couple of comments and one code example needs to be fixed.
| </TabItem> | ||
| </Tabs> | ||
|
|
||
| ### Refs now use `*Instance` types |
Contributor
There was a problem hiding this comment.
this will need to be explained also in the Blogpost.
| | `VirtualizedList` | `VirtualizedListInstance` | | ||
| | `VirtualizedSectionList` | `VirtualizedSectionListInstance` | | ||
|
|
||
| Components without ref support (`InputAccessoryView`, `TouchableWithoutFeedback`, `experimental_LayoutConformance`) do not have instance types. |
Contributor
There was a problem hiding this comment.
will they throw an error?
Member
Author
There was a problem hiding this comment.
No error, but simply inaccessible.
huntie
force-pushed
the
strict-api-087-updates
branch
from
July 27, 2026 14:12
9bb4c34 to
824dd00
Compare
- Simplification pass. - Add/consolidate ref type guidance.
huntie
force-pushed
the
strict-api-087-updates
branch
from
July 27, 2026 14:14
824dd00 to
c6ad613
Compare
Member
Author
|
Latest push: Address feedback, fold in opt-in → opt-out switch. Note: Not the final version for 0.87 — will continue to refine, in a separate PR closer to the 0.87 blog post. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See react-native-community/discussions-and-proposals#1003. Replaces #5067.