Test camelCase links

This commit is contained in:
Hampton Maxwell 2018-06-05 18:16:46 -07:00 committed by GitHub
parent 87c1b87a39
commit d23d916212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,18 +221,18 @@ var styles = StyleSheet.create({
``` ```
### Configurable props ### Configurable props
* [ignoreSilentSwitch](#ignoreSilentSwitch) * [ignoreSilentSwitch](#ignoresilentswitch)
* [muted](#muted) * [muted](#muted)
* [paused](#paused) * [paused](#paused)
* [poster](#poster) * [poster](#poster)
* [posterResizeMode](#posterResizeMode) * [posterResizeMode](#poster-resize-mode)
* [progressUpdateInterval](#progressUpdateInterval) * [progressUpdateInterval](#progress-update-interval)
* [rate](#rate) * [rate](#rate)
* [repeat](#repeat) * [repeat](#repeat)
* [resizeMode](#resizeMode) * [resizeMode](#resize-mode)
* [volume](#volume) * [volume](#volume)
#### ignoreSilentSwitch #### ignoreSilentSwitch
Controls the iOS silent switch behavior Controls the iOS silent switch behavior
* **"inherit" (default)** - Use the default AVPlayer behavior * **"inherit" (default)** - Use the default AVPlayer behavior
* **"ignore"** - Play audio even if the silent switch is set * **"ignore"** - Play audio even if the silent switch is set