Browse Source

docs. add resources

matrixbirds 5 years ago
parent
commit
87f956ba53
1 changed files with 5 additions and 7 deletions
  1. 5
    7
      README.md

+ 5
- 7
README.md View File

@@ -291,7 +291,7 @@ RtcEngine.on('eventName', (data) => {
291 291
 | mediaEngineLoaded | Occurs when the media engine is loaded. | all |
292 292
 | mediaEngineStartCall | Occurs when the media engine starts. | all |
293 293
 
294
-##### AgoraView Component
294
+#### AgoraView Component
295 295
 
296 296
 | Name           | Description          |
297 297
 | -------------- | -------------------- |
@@ -299,9 +299,7 @@ RtcEngine.on('eventName', (data) => {
299 299
 | remoteUid      | uid for remote |
300 300
 | zOrderMediaOverlay (Android only)      | enable zorder to media overlay |
301 301
 
302
-
303
-## samples
304
-
305
-- need react-native 0.58.+
306
-
307
-[Samples](./samples/README.md)
302
+## Resources
303
+* Complete [API documentation](https://docs.agora.io/en/) at the Developer Center
304
+* [File bugs about this sample](https://github.com/syanbo/react-native-agora/issues)
305
+* [React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)