matrixbirds 5 years ago
parent
commit
e252d4e382
4 changed files with 4 additions and 4 deletions
  1. 1
    1
      README.md
  2. 1
    1
      docs/api/index.html
  3. 1
    1
      docs/v2/ios.md
  4. 1
    1
      docs/v2/ios.zh.md

+ 1
- 1
README.md View File

14
 The react-native-agora is an open-source wrapper for react-native developers. This SDK takes advantage of React Native and Agora RTC Video SDKs on Android/iOS.
14
 The react-native-agora is an open-source wrapper for react-native developers. This SDK takes advantage of React Native and Agora RTC Video SDKs on Android/iOS.
15
 
15
 
16
 ## Compatibility
16
 ## Compatibility
17
-  * react native 0.58.x
17
+  * >= react native 0.55.x
18
   * iOS SDK 8.0+
18
   * iOS SDK 8.0+
19
   * Android 5.0+ x86 arm64 armv7a
19
   * Android 5.0+ x86 arm64 armv7a
20
 
20
 

+ 1
- 1
docs/api/index.html View File

76
 				<p>The react-native-agora is an open-source wrapper for react-native developers. This SDK takes advantage of React Native and Agora RTC Video SDKs on Android/iOS.</p>
76
 				<p>The react-native-agora is an open-source wrapper for react-native developers. This SDK takes advantage of React Native and Agora RTC Video SDKs on Android/iOS.</p>
77
 				<h2 id="compatibility">Compatibility</h2>
77
 				<h2 id="compatibility">Compatibility</h2>
78
 				<ul>
78
 				<ul>
79
-					<li>react native 0.58.x</li>
79
+					<li>react native 0.55.x</li>
80
 					<li>iOS SDK 8.0+</li>
80
 					<li>iOS SDK 8.0+</li>
81
 					<li>Android 5.0+ x86 arm64 armv7a</li>
81
 					<li>Android 5.0+ x86 arm64 armv7a</li>
82
 				</ul>
82
 				</ul>

+ 1
- 1
docs/v2/ios.md View File

1
 # React native Agora iOS Installation
1
 # React native Agora iOS Installation
2
 #### Minimum compatibility
2
 #### Minimum compatibility
3
-* React native 0.58.x
3
+* >= React native 0.55.x
4
 * iOS SDK 8.0+
4
 * iOS SDK 8.0+
5
 * Android 5.0+ x86 arm64 armv7a
5
 * Android 5.0+ x86 arm64 armv7a
6
 
6
 

+ 1
- 1
docs/v2/ios.zh.md View File

1
 # iOS 开发搭建指南
1
 # iOS 开发搭建指南
2
 #### 最低兼容
2
 #### 最低兼容
3
-* React Native 0.58.x
3
+* >= React Native 0.55.x
4
 * iOS SDK 8.0+
4
 * iOS SDK 8.0+
5
 * Android 5.0+ x86 arm64 armv7a
5
 * Android 5.0+ x86 arm64 armv7a
6
 
6