# rn_plugin_tencent_cos **Repository Path**: haikerenwu/react_native_plugin_tencent_cos ## Basic Information - **Project Name**: rn_plugin_tencent_cos - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2021-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tencent-cos ## Getting started `$ npm install tencent-cos --save` ### Mostly automatic installation `$ react-native link tencent-cos` ## Usage ```javascript import TencentCos from 'tencent-cos'; // TODO: What to do with the module? TencentCos; ```