Skip to content

Commit

Permalink
feat: modified codegenNativeComponent naming (RCTVideo)
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Jan 19, 2024
1 parent 49d3f59 commit ce872c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specs/VideoNativeComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,5 +559,5 @@ export const VideoDecoderProperties =
NativeModules.VideoDecoderProperties as VideoDecoderPropertiesType;

export default codegenNativeComponent<VideoNativeProps>(
'RNCVideo',
'RCTVideo',
) as VideoComponentType;

0 comments on commit ce872c7

Please sign in to comment.