fix: types
This commit is contained in:
parent
bb0db13dc1
commit
dee24dc7d7
|
|
@ -2,7 +2,7 @@ import { requireNativeModule } from "expo"
|
|||
|
||||
interface NativeModule {
|
||||
openLink: (url: string) => void
|
||||
previewImage: (images: Uint8Array[]) => void
|
||||
previewImage: (images: string[]) => void
|
||||
}
|
||||
const nativeModule = requireNativeModule("Helper") as NativeModule
|
||||
export const openLink = (url: string) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue