Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 该SDK已经不再维护,请选择使用其它平台的SDK,如[Flutter](https://pub.dev/packages/tencent_trtc_cloud)

简体中文 | [English](./README.md)

# 腾讯云实时音视频 TRTC ReactNative SDK
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# The SDK is currently offline. Please use another platform SDK

[简体中文](./README-zh_CN.md) | English

# TRTC ReactNative SDK
Expand Down
13 changes: 7 additions & 6 deletions TRTC-Simple-Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,20 @@ if (Platform.OS === 'android') {

#### Android

1. Launch Metro and run `npx react-native start` under your React Native project directory.

2. Open a new window and start debugging:
1. First execute "npm install" to install dependencies.
2. Launch Metro and run `npx react-native start` under your React Native project directory.
3. Open a new window and start debugging:

```
npx react-native run-android
```

#### iOS

1. Run `pod install` in the iOS directory to install dependencies.
2. Launch Metro and run `npx react-native start` under your React Native project directory.
3. Open a new window in the demo directory and start development debugging (if an error is reported, please open Xcode compilation and debugging)
1. First execute "npm install" to install dependencies.
2. Run `pod install` in the iOS directory to install dependencies.
3. Launch Metro and run `npx react-native start` under your React Native project directory.
4. Open a new window in the demo directory and start development debugging (if an error is reported, please open Xcode compilation and debugging)

```
npx react-native run-ios
Expand Down
2 changes: 0 additions & 2 deletions TRTC-Simple-Demo/ios/.xcode.env.local

This file was deleted.

Loading