From ccb60c6dd308a20871c6dfba94cb0ce625d9b048 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Mon, 26 Feb 2024 13:49:38 +0100 Subject: [PATCH] docs: update installation section (#3543) --- docs/pages/installation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 888be5f9..8714ea34 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -23,12 +23,6 @@ Then follow the instructions for your platform to link react-native-video into y ### Standard Method -### Enable Static Linking for dependencies in your ios project Podfile - -Add `use_frameworks! :linkage => :static` just under `platform :ios` in your ios project Podfile. - -[See the example ios project for reference](https://github.com/react-native-video/react-native-video/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/ios/Podfile#L31C38-L31C38) - ### Enable custom feature in podfile file Samples available in sample app see [sample pod file](https://github.com/react-native-video/react-native-video/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/ios/Podfile#L34)