From 8e220b5eaad8393240f459b19696df0418562991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eerafettin=20Aytekin?= Date: Tue, 28 May 2019 21:48:54 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3680146..7a21434 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,9 @@ const styles = StyleSheet.create({ }, }); ``` -### API +## API -##### Props +#### Props | Prop | Required | Type | Default value | Description | |----------------------|----------|----------|---------------|------------------------------------------------------------------------------------------------| @@ -157,7 +157,7 @@ const styles = StyleSheet.create({ | onChangeState | false | func | | triggered when the state changes (UNKNOWN/UNSTARTED/ENDED/PLAYING/PAUSED/BUFFERING/VIDEO_CUED) | | onChangeFullscreen | false | func | | triggered when the player enters or exits the fullscreen mode | -##### Methods +#### Methods | Name | Params | Return | Descriptipon | |------------------|--------------------|---------|------------------------------------------------------------------------|