Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgursoy committed Apr 14, 2024
1 parent 79a5ae0 commit eb0741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface StrokeTextProps {
strokeColor?: string;
strokeWidth?: number;
fontFamily?: string;
style: ViewStyle;
style?: ViewStyle;
}

const NativeStrokeText = requireNativeComponent<StrokeTextProps>(ComponentName);
Expand Down

0 comments on commit eb0741f

Please sign in to comment.