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 c7b0311 commit 022b467Copy full SHA for 022b467
src/fabric/ImageNativeComponent.ts
@@ -81,7 +81,7 @@ interface NativeProps
81
align?: string;
82
meetOrSlice?: Int32;
83
onLoad?: DirectEventHandler<ImageLoadEventData>;
84
- onLayout?: DirectEventHandler<OnSvgLayoutEvent>;
+ onSvgLayout?: DirectEventHandler<OnSvgLayoutEvent>;
85
}
86
87
export default codegenNativeComponent<NativeProps>('RNSVGImage', {
0 commit comments