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