From e17ee74f79ca28f0180c2bfdac8136b7045657e2 Mon Sep 17 00:00:00 2001 From: Mudaser Ali Date: Sat, 17 Oct 2020 08:59:12 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab509e1b..5966b37e 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ var styles = StyleSheet.create({ ``` ### Configurable props -| Prop Name |Plateforms Support | +| Name |Plateforms Support | |--|--| |[allowsExternalPlayback](#allowsexternalplayback) |iOS | |[audioOnly](#audioonly)|All | @@ -320,7 +320,7 @@ var styles = StyleSheet.create({ ### Event props -| Prop Name |Plateforms Support | +| Name |Plateforms Support | |--|--| |[onAudioBecomingNoisy](#onaudiobecomingnoisy)|Android ExoPlayer, iOS| |[onBandwidthUpdate](#onbandwidthupdate)|Android ExoPlayer| @@ -342,7 +342,7 @@ var styles = StyleSheet.create({ ### Methods -| Method Name |Plateforms Support | +| Name |Plateforms Support | |--|--| |[dismissFullscreenPlayer](#dismissfullscreenplayer)|Android ExoPlayer, Android MediaPlayer, iOS| |[presentFullscreenPlayer](#presentfullscreenplayer)|Android ExoPlayer, Android MediaPlayer, iOS|