feat: add back async version

This commit is contained in:
Kyle Fang
2020-10-07 10:40:44 +08:00
parent a71b6da272
commit 3c72b43423
6 changed files with 37 additions and 3 deletions

View File

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