You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2026. It is now read-only.
I have confirmed that this bug has not been reported yet
Description
Hi it seems most components are setup to use TS defaultProp, which will be removed from function components.
I suppose this future error is present in all components using defaultProps.
React Native Information
`Support fordefaultProps will be removed from function componentsin a future major release. Use JavaScript default parameters instead.``MemoizedTNodeRenderer: Support fordefaultProps will be removed from memo componentsin a future major release. Use JavaScript default parameters instead.`
Decision Table
<yyy>is not rendered”Good Faith Declaration
Description
Hi it seems most components are setup to use TS defaultProp, which will be removed from function components.
I suppose this future error is present in all components using defaultProps.
React Native Information
RNRH Version
6.3.4
Tested Platforms
Reproduction Platforms
Minimal, Reproducible Example
Run in a React Native project >= 0.74
Additional Notes
No response