From d23d9162126170b17b4afca495bef6450925d319 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Tue, 5 Jun 2018 18:16:46 -0700 Subject: [PATCH] Test camelCase links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d248cb0..54d023f4 100644 --- a/README.md +++ b/README.md @@ -221,18 +221,18 @@ var styles = StyleSheet.create({ ``` ### Configurable props -* [ignoreSilentSwitch](#ignoreSilentSwitch) +* [ignoreSilentSwitch](#ignoresilentswitch) * [muted](#muted) * [paused](#paused) * [poster](#poster) -* [posterResizeMode](#posterResizeMode) -* [progressUpdateInterval](#progressUpdateInterval) +* [posterResizeMode](#poster-resize-mode) +* [progressUpdateInterval](#progress-update-interval) * [rate](#rate) * [repeat](#repeat) -* [resizeMode](#resizeMode) +* [resizeMode](#resize-mode) * [volume](#volume) -#### ignoreSilentSwitch +#### ignoreSilentSwitch Controls the iOS silent switch behavior * **"inherit" (default)** - Use the default AVPlayer behavior * **"ignore"** - Play audio even if the silent switch is set