# react-native-tencent-bugly **Repository Path**: rong88/react-native-tencent-bugly ## Basic Information - **Project Name**: react-native-tencent-bugly - **Description**: 使用react native的方式调用腾讯bugly SDK。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2022-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-tencent-bugly tencent bugly sdk using in react native ## Installation ```sh npm install react-native-tencent-bugly ``` ## Usage ```js import TencentBugly from 'react-native-tencent-bugly'; // ... TencentBugly.init('', false); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT