From 93dc450a213ad426a7cc8647913d55fcdbb3e60a Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Wed, 7 Oct 2020 11:00:21 +0800 Subject: [PATCH] fix: typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 4e92512..25182b2 100644 --- a/index.js +++ b/index.js @@ -7,5 +7,5 @@ export default (url) => { return NativeModules.VideoCache.convert(url) }; -export const convertAsync = VideoCache.convertAsync; +export const convertAsync = NativeModules.VideoCache.convertAsync;