From d1f2b1866bd21128af5444b371ef91a326d5b1de Mon Sep 17 00:00:00 2001 From: matrixbirds Date: Thu, 28 Feb 2019 16:47:26 +0800 Subject: [PATCH] docs. add resources --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f522e44d1..272eaac64 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ RtcEngine.on('eventName', (data) => { | mediaEngineLoaded | Occurs when the media engine is loaded. | all | | mediaEngineStartCall | Occurs when the media engine starts. | all | -##### AgoraView Component +#### AgoraView Component | Name | Description | | -------------- | -------------------- | @@ -299,9 +299,7 @@ RtcEngine.on('eventName', (data) => { | remoteUid | uid for remote | | zOrderMediaOverlay (Android only) | enable zorder to media overlay | - -## samples - -- need react-native 0.58.+ - -[Samples](./samples/README.md) \ No newline at end of file +## Resources +* Complete [API documentation](https://docs.agora.io/en/) at the Developer Center +* [File bugs about this sample](https://github.com/syanbo/react-native-agora/issues) +* [React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) \ No newline at end of file