diff --git a/README.md b/README.md index 787af986..20449944 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,9 @@ var styles = StyleSheet.create({ }); ``` -- * *For iOS you also need to specify muted for this to work* +- * 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 + 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. diff --git a/docs/AppTransportSecuritySetting.png b/docs/AppTransportSecuritySetting.png new file mode 100644 index 00000000..b57be9a4 Binary files /dev/null and b/docs/AppTransportSecuritySetting.png differ