We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ee22f commit 68f0699Copy full SHA for 68f0699
docs/the-new-architecture/pillars-fabric-components.md
@@ -96,7 +96,7 @@ import type { HostComponent } from 'react-native';
96
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
97
98
export interface NativeProps extends ViewProps {
99
- text: string | null | undefined;
+ text?: string;
100
// add other props here
101
}
102
0 commit comments