Skip to content

Commit 4ae3bcd

Browse files
authored
Merge pull request #19 from gitamego/fix/turbo-module-type
fix(js): turbo module type
2 parents c9f766a + 274b0b9 commit 4ae3bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
type ViewStyle,
66
NativeModules,
77
TurboModuleRegistry,
8-
TurboModule,
8+
type TurboModule,
99
} from 'react-native';
1010

1111
const LINKING_ERROR =

0 commit comments

Comments
 (0)