fix: typo

This commit is contained in:
Kyle Fang
2020-10-07 11:00:21 +08:00
parent 3c72b43423
commit 93dc450a21

View File

@@ -7,5 +7,5 @@ export default (url) => {
return NativeModules.VideoCache.convert(url)
};
export const convertAsync = VideoCache.convertAsync;
export const convertAsync = NativeModules.VideoCache.convertAsync;