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;