Skip to content

Commit

Permalink
Do not specify paperName for event (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Mar 8, 2024
1 parent 9128bdd commit 3921f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specs/NativeSafeAreaProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type Event = Readonly<{
}>;

export interface NativeProps extends ViewProps {
onInsetsChange?: DirectEventHandler<Event, 'paperInsetsChange'>;
onInsetsChange?: DirectEventHandler<Event>;
}

export default codegenNativeComponent<NativeProps>(
Expand Down

0 comments on commit 3921f08

Please sign in to comment.