Skip to content

Commit

Permalink
fix: temp ignore type error from react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
akinncar committed Apr 25, 2024
1 parent 2847a6f commit 95a684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebViewTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
UIManagerStatic,
NativeScrollEvent,
} from 'react-native';
// @ts-expect-error react-native doesn't have this type
import type { DirectEventHandler } from 'react-native/Libraries/Types/CodegenTypes';

type WebViewCommands =
Expand Down

0 comments on commit 95a684b

Please sign in to comment.