From 9a9e36c71e04df47eb7509869780d3e7cb99374a Mon Sep 17 00:00:00 2001 From: Akshay Gore Date: Tue, 22 May 2018 00:49:51 -0700 Subject: [PATCH] update the wording --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20449944..65636a2c 100644 --- a/README.md +++ b/README.md @@ -199,8 +199,9 @@ var styles = StyleSheet.create({ }); ``` -- * For iOS you also need to specify muted for this to work* -- * To load the HTTP source url on iOS you need to add the exception into the Info.plist +- For iOS you also need to specify muted for this to work +- To load the HTTP source url on iOS you need to add/modify the App Transport Security Exception into the Info.plist + To see full list of available props, you can check [the propTypes](https://github.com/react-native-community/react-native-video/blob/master/Video.js#L246) of the Video.js component.