mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on 03c437a97f297c9d25a96127d4ab36ba006f6da9
This commit is contained in:
@@ -99,15 +99,15 @@
|
||||
<li><p>CocoaPods:</p>
|
||||
<ul>
|
||||
<li><p>Add the PushNotificationIOS library to your Podfile: ./ios/Podfile</p>
|
||||
<pre><code class="hljs">
|
||||
``
|
||||
<span class="hljs-built_in">..</span>
|
||||
<span class="hljs-keyword">do</span>
|
||||
pp
|
||||
<span class="hljs-built_in">..</span>
|
||||
S'
|
||||
<span class="hljs-built_in">..</span>.
|
||||
</code></pre></li>
|
||||
<p><!-- prettier-ignore-start --></p>
|
||||
<pre><code class="hljs">...
|
||||
target <span class="hljs-string">'myAwesomeApp'</span> do
|
||||
# Pods for myAwesomeApp
|
||||
...
|
||||
pod <span class="hljs-string">'React-RCTPushNotification'</span>, :path => <span class="hljs-string">'../node_modules/react-native/Libraries/PushNotificationIOS'</span>
|
||||
...
|
||||
</code></pre>
|
||||
<p><!-- prettier-ignore-end --></p></li>
|
||||
</ul></li>
|
||||
<li><p><a href="/react-native/docs/linking-libraries-ios#manual-linking">Manually link</a> the PushNotificationIOS library:</p>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user