You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Simply follow instructions at <ahref="https://github.com/expo/config-plugins/tree/master/packages/react-native-google-cast">@config-plugins/react-native-google-cast</a> which will take care of all the installation and setup steps.</p>
59
59
<p>Then ignore the rest of this page and jump straight to <ahref="usage">Usage</a>.</p>
<p>If you're using RN >= 0.60 and you're fine with default settings (without guest mode), you can just run <code>cd ios && pod install</code>. Note that the latest Google Cast SDK (currently <ahref="https://developers.google.com/cast/docs/release-notes#november-19,-2021">4.7.0</a>) only supports iOS 12 or newer.</p>
62
-
<p>If you need to support iOS 10/11, or enable guest mode, read below.</p>
<p>If you're using RN >= 0.60 and you're fine with default settings (without guest mode), you can just run</p>
63
+
<p><code>cd ios && pod install</code></p>
64
+
<p>Note that the latest Google Cast SDK (currently <ahref="https://developers.google.com/cast/docs/release-notes#november-19,-2021">4.7.0</a>) only supports iOS 12 or newer. If your <code>Podfile</code> specifies a lower version (e.g. <code>platform :ios, '11.0'</code>), then Cast SDK v4.6.1 will be installed instead.</p>
<li><p>If you don't have <ahref="https://cocoapods.org/">CocoaPods</a> set up yet (RN <=0.59), follow instructions in the <ahref="https://reactnative.dev/docs/integration-with-existing-apps#configuring-cocoapods-dependencies">react-native documentation</a>.</p></li>
66
68
<li><p>In your <code>ios/Podfile</code>, add <strong>one</strong> of these snippets:</p>
<p>Simply follow instructions at <ahref="https://github.com/expo/config-plugins/tree/master/packages/react-native-google-cast">@config-plugins/react-native-google-cast</a> which will take care of all the installation and setup steps.</p>
59
59
<p>Then ignore the rest of this page and jump straight to <ahref="usage">Usage</a>.</p>
<p>If you're using RN >= 0.60 and you're fine with default settings (without guest mode), you can just run <code>cd ios && pod install</code>. Note that the latest Google Cast SDK (currently <ahref="https://developers.google.com/cast/docs/release-notes#november-19,-2021">4.7.0</a>) only supports iOS 12 or newer.</p>
62
-
<p>If you need to support iOS 10/11, or enable guest mode, read below.</p>
<p>If you're using RN >= 0.60 and you're fine with default settings (without guest mode), you can just run</p>
63
+
<p><code>cd ios && pod install</code></p>
64
+
<p>Note that the latest Google Cast SDK (currently <ahref="https://developers.google.com/cast/docs/release-notes#november-19,-2021">4.7.0</a>) only supports iOS 12 or newer. If your <code>Podfile</code> specifies a lower version (e.g. <code>platform :ios, '11.0'</code>), then Cast SDK v4.6.1 will be installed instead.</p>
<li><p>If you don't have <ahref="https://cocoapods.org/">CocoaPods</a> set up yet (RN <=0.59), follow instructions in the <ahref="https://reactnative.dev/docs/integration-with-existing-apps#configuring-cocoapods-dependencies">react-native documentation</a>.</p></li>
66
68
<li><p>In your <code>ios/Podfile</code>, add <strong>one</strong> of these snippets:</p>
0 commit comments