From 0a8eee28773a785bb39e4a1e70e0efa2f9fdabb8 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 19 Nov 2019 16:34:13 +0000 Subject: [PATCH] Deploy website Deploy website version based on 53cd8f6f3a2fa6799f9cf70c2de80e9e58e7a0f6 --- docs/next/integration-with-existing-apps.html | 6 +++++- docs/next/integration-with-existing-apps/index.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/next/integration-with-existing-apps.html b/docs/next/integration-with-existing-apps.html index 883d5fa5a81..5db2f834d06 100644 --- a/docs/next/integration-with-existing-apps.html +++ b/docs/next/integration-with-existing-apps.html @@ -166,7 +166,11 @@

You can specify which subspecs your app will depend on in a Podfile file. The easiest way to create a Podfile is by running the CocoaPods init command in the /ios subfolder of your project:

$ pod init
 
-

The Podfile will contain a boilerplate setup that you will tweak for your integration purposes. In the end, Podfile should look something similar to this:

+

The Podfile will contain a boilerplate setup that you will tweak for your integration purposes.

+
+

The Podfile version changes depending on your version of react-native. Refer to https://react-native-community.github.io/upgrade-helper/ for the specific version of Podfile you should be using.

+
+

Ultimately, your Podfile should look something similar to this:

# The target name is most likely the name of your project.
 target 'NumberTileGame' do
diff --git a/docs/next/integration-with-existing-apps/index.html b/docs/next/integration-with-existing-apps/index.html
index 883d5fa5a81..5db2f834d06 100644
--- a/docs/next/integration-with-existing-apps/index.html
+++ b/docs/next/integration-with-existing-apps/index.html
@@ -166,7 +166,11 @@
 

You can specify which subspecs your app will depend on in a Podfile file. The easiest way to create a Podfile is by running the CocoaPods init command in the /ios subfolder of your project:

$ pod init
 
-

The Podfile will contain a boilerplate setup that you will tweak for your integration purposes. In the end, Podfile should look something similar to this:

+

The Podfile will contain a boilerplate setup that you will tweak for your integration purposes.

+
+

The Podfile version changes depending on your version of react-native. Refer to https://react-native-community.github.io/upgrade-helper/ for the specific version of Podfile you should be using.

+
+

Ultimately, your Podfile should look something similar to this:

# The target name is most likely the name of your project.
 target 'NumberTileGame' do