diff --git a/README.md b/README.md index 6daf1042..cde69aac 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Version 3.0 features a number of changes to existing behavior. See [Updating](#u ## Table of Contents * [Installation](#installation) + * [iOS](#ios-installation) + * [tvOS](#tvos-installation) + * [Android](#android-installation) + * [Windows](#windows-installation) + * [react-native-dom](#react-native-dom-installation) * [Usage](#usage) * [iOS App Transport Security](#ios-app-transport-security) * [Audio Mixing](#audio-mixing) @@ -42,7 +47,7 @@ yarn add react-native-video Then follow the instructions for your platform to link react-native-video into your project: -### iOS +### iOS installation
iOS details @@ -74,7 +79,7 @@ end
-### tvOS +### tvOS installation
tvOS details @@ -97,7 +102,7 @@ Select RCTVideo-tvOS
-### Android +### Android installation
Android details @@ -121,7 +126,6 @@ include ':react-native-video' project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android') ``` - #### **android/app/build.gradle** From version >= 5.0.0, you have to apply this changes: @@ -166,7 +170,7 @@ protected List getPackages() { ```
-### Windows +### Windows installation
Windows details @@ -216,7 +220,7 @@ using System.Collections.Generic; ```
-### react-native-dom +### react-native-dom installation
react-native-dom details