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 c2eefd1 commit c8ee22fCopy full SHA for c8ee22f
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 | null | undefined;
100
// add other props here
101
}
102
0 commit comments