Add App Transport Security Exceptions Configuration

This commit is contained in:
Akshay Gore 2018-05-22 00:43:10 -07:00
parent f87b6bd0e9
commit 76cc5ec4f0
2 changed files with 3 additions and 1 deletions

View File

@ -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
<img src="./docs/AppTransportSecuritySetting.png" width="50%">
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB