prepare for release

This commit is contained in:
Kyle Fang
2019-12-03 12:00:16 +08:00
parent b5ab54ce65
commit 12959cd720
5 changed files with 22 additions and 14 deletions

View File

@@ -2,4 +2,4 @@ import { NativeModules } from 'react-native';
const { VideoCache } = NativeModules;
export default VideoCache;
export default VideoCache.convert;