Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
intergalacticspacehighway committed Aug 15, 2022
1 parent c2eefd1 commit c8ee22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/the-new-architecture/pillars-fabric-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ import type { HostComponent } from 'react-native';
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';

export interface NativeProps extends ViewProps {
text: string | null | undefined,
text: string | null | undefined;
// add other props here
}

Expand Down

0 comments on commit c8ee22f

Please sign in to comment.