From 7626e56accfc89735229c5230e0d78d2d930fbfb Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 9 Apr 2018 21:48:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on 7da60de1fb3c84c7ab8dda02bad8eeca06734b5e --- docs/0.10/integration-with-existing-apps.html | 3 +++ docs/0.11/integration-with-existing-apps.html | 3 +++ docs/0.12/integration-with-existing-apps.html | 3 +++ docs/0.13/integration-with-existing-apps.html | 3 +++ docs/0.14/integration-with-existing-apps.html | 3 +++ docs/0.15/integration-with-existing-apps.html | 3 +++ docs/0.16/integration-with-existing-apps.html | 3 +++ docs/0.17/integration-with-existing-apps.html | 3 +++ docs/0.18/integration-with-existing-apps.html | 3 +++ docs/0.19/integration-with-existing-apps.html | 3 +++ docs/0.20/integration-with-existing-apps.html | 3 +++ docs/0.21/integration-with-existing-apps.html | 3 +++ docs/0.22/integration-with-existing-apps.html | 3 +++ docs/0.23/integration-with-existing-apps.html | 3 +++ docs/0.24/integration-with-existing-apps.html | 3 +++ docs/0.25/integration-with-existing-apps.html | 3 +++ docs/0.26/integration-with-existing-apps.html | 3 +++ docs/0.27/integration-with-existing-apps.html | 3 +++ docs/0.28/integration-with-existing-apps.html | 3 +++ docs/0.29/integration-with-existing-apps.html | 3 +++ docs/0.30/integration-with-existing-apps.html | 3 +++ docs/0.31/integration-with-existing-apps.html | 3 +++ docs/0.32/integration-with-existing-apps.html | 3 +++ docs/0.33/integration-with-existing-apps.html | 3 +++ docs/0.34/integration-with-existing-apps.html | 3 +++ docs/0.35/integration-with-existing-apps.html | 3 +++ docs/0.36/integration-with-existing-apps.html | 3 +++ docs/0.37/integration-with-existing-apps.html | 3 +++ docs/0.38/integration-with-existing-apps.html | 3 +++ docs/0.39/integration-with-existing-apps.html | 3 +++ docs/0.40/integration-with-existing-apps.html | 3 +++ docs/0.41/integration-with-existing-apps.html | 3 +++ docs/0.42/integration-with-existing-apps.html | 3 +++ docs/0.43/integration-with-existing-apps.html | 3 +++ docs/0.44/integration-with-existing-apps.html | 3 +++ docs/0.45/integration-with-existing-apps.html | 3 +++ docs/0.46/integration-with-existing-apps.html | 3 +++ docs/0.47/integration-with-existing-apps.html | 3 +++ docs/0.48/integration-with-existing-apps.html | 3 +++ docs/0.49/integration-with-existing-apps.html | 3 +++ docs/0.5/integration-with-existing-apps.html | 3 +++ docs/0.50/integration-with-existing-apps.html | 3 +++ docs/0.51/integration-with-existing-apps.html | 3 +++ docs/0.52/integration-with-existing-apps.html | 1 + docs/0.6/integration-with-existing-apps.html | 3 +++ docs/0.7/integration-with-existing-apps.html | 3 +++ docs/0.8/integration-with-existing-apps.html | 3 +++ docs/0.9/integration-with-existing-apps.html | 3 +++ 48 files changed, 142 insertions(+) diff --git a/docs/0.10/integration-with-existing-apps.html b/docs/0.10/integration-with-existing-apps.html index f09e312dcb2..6e58dd1f1e7 100644 --- a/docs/0.10/integration-with-existing-apps.html +++ b/docs/0.10/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.11/integration-with-existing-apps.html b/docs/0.11/integration-with-existing-apps.html index 85f698f6583..e8d4766e99f 100644 --- a/docs/0.11/integration-with-existing-apps.html +++ b/docs/0.11/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.12/integration-with-existing-apps.html b/docs/0.12/integration-with-existing-apps.html index 14d047b6b7a..14896b57318 100644 --- a/docs/0.12/integration-with-existing-apps.html +++ b/docs/0.12/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.13/integration-with-existing-apps.html b/docs/0.13/integration-with-existing-apps.html index fa59992fc52..d28ee527b57 100644 --- a/docs/0.13/integration-with-existing-apps.html +++ b/docs/0.13/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.14/integration-with-existing-apps.html b/docs/0.14/integration-with-existing-apps.html index 536d12092f3..23aed6619b7 100644 --- a/docs/0.14/integration-with-existing-apps.html +++ b/docs/0.14/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.15/integration-with-existing-apps.html b/docs/0.15/integration-with-existing-apps.html index 9da045a66ff..bc08f699954 100644 --- a/docs/0.15/integration-with-existing-apps.html +++ b/docs/0.15/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.16/integration-with-existing-apps.html b/docs/0.16/integration-with-existing-apps.html index 8aa85b1cdb5..b10dec49ad8 100644 --- a/docs/0.16/integration-with-existing-apps.html +++ b/docs/0.16/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.17/integration-with-existing-apps.html b/docs/0.17/integration-with-existing-apps.html index 516bed91604..ac84ae352e7 100644 --- a/docs/0.17/integration-with-existing-apps.html +++ b/docs/0.17/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.18/integration-with-existing-apps.html b/docs/0.18/integration-with-existing-apps.html index 97b90d60d22..fda49e546d5 100644 --- a/docs/0.18/integration-with-existing-apps.html +++ b/docs/0.18/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.19/integration-with-existing-apps.html b/docs/0.19/integration-with-existing-apps.html index e10e9cc7117..a5cbc79fb2f 100644 --- a/docs/0.19/integration-with-existing-apps.html +++ b/docs/0.19/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.20/integration-with-existing-apps.html b/docs/0.20/integration-with-existing-apps.html index 8db87777399..0e4da71a5fc 100644 --- a/docs/0.20/integration-with-existing-apps.html +++ b/docs/0.20/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.21/integration-with-existing-apps.html b/docs/0.21/integration-with-existing-apps.html index 8253d7bbaca..edcc55b3926 100644 --- a/docs/0.21/integration-with-existing-apps.html +++ b/docs/0.21/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.22/integration-with-existing-apps.html b/docs/0.22/integration-with-existing-apps.html index 0bd9b0a1416..d7cd841458e 100644 --- a/docs/0.22/integration-with-existing-apps.html +++ b/docs/0.22/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.23/integration-with-existing-apps.html b/docs/0.23/integration-with-existing-apps.html index 8eb43fa1b18..f8ff0f601af 100644 --- a/docs/0.23/integration-with-existing-apps.html +++ b/docs/0.23/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.24/integration-with-existing-apps.html b/docs/0.24/integration-with-existing-apps.html index 874646881b9..06d3c1c5150 100644 --- a/docs/0.24/integration-with-existing-apps.html +++ b/docs/0.24/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.25/integration-with-existing-apps.html b/docs/0.25/integration-with-existing-apps.html index 620c5ff913e..edbbc494f03 100644 --- a/docs/0.25/integration-with-existing-apps.html +++ b/docs/0.25/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.26/integration-with-existing-apps.html b/docs/0.26/integration-with-existing-apps.html index f596f843d7d..fc6dd59c503 100644 --- a/docs/0.26/integration-with-existing-apps.html +++ b/docs/0.26/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.27/integration-with-existing-apps.html b/docs/0.27/integration-with-existing-apps.html index 0df3dbd07b9..5e1d71d2593 100644 --- a/docs/0.27/integration-with-existing-apps.html +++ b/docs/0.27/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.28/integration-with-existing-apps.html b/docs/0.28/integration-with-existing-apps.html index 23a9e668b9b..2bff26805c5 100644 --- a/docs/0.28/integration-with-existing-apps.html +++ b/docs/0.28/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.29/integration-with-existing-apps.html b/docs/0.29/integration-with-existing-apps.html index eadd36dd20e..192fa1f96ae 100644 --- a/docs/0.29/integration-with-existing-apps.html +++ b/docs/0.29/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.30/integration-with-existing-apps.html b/docs/0.30/integration-with-existing-apps.html index 7d05a10fa9b..c159ea7f67e 100644 --- a/docs/0.30/integration-with-existing-apps.html +++ b/docs/0.30/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.31/integration-with-existing-apps.html b/docs/0.31/integration-with-existing-apps.html index 7e3e2b87b32..daa58298cd3 100644 --- a/docs/0.31/integration-with-existing-apps.html +++ b/docs/0.31/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.32/integration-with-existing-apps.html b/docs/0.32/integration-with-existing-apps.html index 63f2b1488d8..60e67f03b89 100644 --- a/docs/0.32/integration-with-existing-apps.html +++ b/docs/0.32/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.33/integration-with-existing-apps.html b/docs/0.33/integration-with-existing-apps.html index 3f0d886769a..afaa6aa5de2 100644 --- a/docs/0.33/integration-with-existing-apps.html +++ b/docs/0.33/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.34/integration-with-existing-apps.html b/docs/0.34/integration-with-existing-apps.html index 49e2a398cdd..238407e7369 100644 --- a/docs/0.34/integration-with-existing-apps.html +++ b/docs/0.34/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.35/integration-with-existing-apps.html b/docs/0.35/integration-with-existing-apps.html index 9ed0def6488..63953174f5b 100644 --- a/docs/0.35/integration-with-existing-apps.html +++ b/docs/0.35/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.36/integration-with-existing-apps.html b/docs/0.36/integration-with-existing-apps.html index a2d99890aca..269b35ad25f 100644 --- a/docs/0.36/integration-with-existing-apps.html +++ b/docs/0.36/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.37/integration-with-existing-apps.html b/docs/0.37/integration-with-existing-apps.html index 168abd9c760..fe8df1227cb 100644 --- a/docs/0.37/integration-with-existing-apps.html +++ b/docs/0.37/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.38/integration-with-existing-apps.html b/docs/0.38/integration-with-existing-apps.html index de4eb4f334e..604f0431dc4 100644 --- a/docs/0.38/integration-with-existing-apps.html +++ b/docs/0.38/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.39/integration-with-existing-apps.html b/docs/0.39/integration-with-existing-apps.html index 54cc99c7da9..017cbca9f85 100644 --- a/docs/0.39/integration-with-existing-apps.html +++ b/docs/0.39/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.40/integration-with-existing-apps.html b/docs/0.40/integration-with-existing-apps.html index 8dc946b9408..e5c3d2bc367 100644 --- a/docs/0.40/integration-with-existing-apps.html +++ b/docs/0.40/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.41/integration-with-existing-apps.html b/docs/0.41/integration-with-existing-apps.html index f0a6c2cfe72..828a45393b4 100644 --- a/docs/0.41/integration-with-existing-apps.html +++ b/docs/0.41/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.42/integration-with-existing-apps.html b/docs/0.42/integration-with-existing-apps.html index f9d58fd9c80..86129f14219 100644 --- a/docs/0.42/integration-with-existing-apps.html +++ b/docs/0.42/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.43/integration-with-existing-apps.html b/docs/0.43/integration-with-existing-apps.html index ce5b5f15381..a5d47b311c4 100644 --- a/docs/0.43/integration-with-existing-apps.html +++ b/docs/0.43/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.44/integration-with-existing-apps.html b/docs/0.44/integration-with-existing-apps.html index b005bdd8f10..2977595636f 100644 --- a/docs/0.44/integration-with-existing-apps.html +++ b/docs/0.44/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.45/integration-with-existing-apps.html b/docs/0.45/integration-with-existing-apps.html index eca24b431ed..0c4fe1f7470 100644 --- a/docs/0.45/integration-with-existing-apps.html +++ b/docs/0.45/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.46/integration-with-existing-apps.html b/docs/0.46/integration-with-existing-apps.html index 7929d58fe03..8c80527629d 100644 --- a/docs/0.46/integration-with-existing-apps.html +++ b/docs/0.46/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.47/integration-with-existing-apps.html b/docs/0.47/integration-with-existing-apps.html index 9ef46e99551..655f96021ba 100644 --- a/docs/0.47/integration-with-existing-apps.html +++ b/docs/0.47/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.48/integration-with-existing-apps.html b/docs/0.48/integration-with-existing-apps.html index 62fc415cabb..023c8a5e4f2 100644 --- a/docs/0.48/integration-with-existing-apps.html +++ b/docs/0.48/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.49/integration-with-existing-apps.html b/docs/0.49/integration-with-existing-apps.html index c1767527c34..f25500af48e 100644 --- a/docs/0.49/integration-with-existing-apps.html +++ b/docs/0.49/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.5/integration-with-existing-apps.html b/docs/0.5/integration-with-existing-apps.html index 83bae8feed3..c020dfe3b27 100644 --- a/docs/0.5/integration-with-existing-apps.html +++ b/docs/0.5/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.50/integration-with-existing-apps.html b/docs/0.50/integration-with-existing-apps.html index 445352d6c2c..e9a9d3121be 100644 --- a/docs/0.50/integration-with-existing-apps.html +++ b/docs/0.50/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.51/integration-with-existing-apps.html b/docs/0.51/integration-with-existing-apps.html index abe4a024738..75b43afe518 100644 --- a/docs/0.51/integration-with-existing-apps.html +++ b/docs/0.51/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.52/integration-with-existing-apps.html b/docs/0.52/integration-with-existing-apps.html index 3817ce29d84..7d56f51a35d 100644 --- a/docs/0.52/integration-with-existing-apps.html +++ b/docs/0.52/integration-with-existing-apps.html @@ -165,6 +165,7 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.6/integration-with-existing-apps.html b/docs/0.6/integration-with-existing-apps.html index e4279c2beb6..f2b609be102 100644 --- a/docs/0.6/integration-with-existing-apps.html +++ b/docs/0.6/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.7/integration-with-existing-apps.html b/docs/0.7/integration-with-existing-apps.html index c2d8cfd8b53..eba3a2ff091 100644 --- a/docs/0.7/integration-with-existing-apps.html +++ b/docs/0.7/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.8/integration-with-existing-apps.html b/docs/0.8/integration-with-existing-apps.html index 186404982ab..04e163eca17 100644 --- a/docs/0.8/integration-with-existing-apps.html +++ b/docs/0.8/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', diff --git a/docs/0.9/integration-with-existing-apps.html b/docs/0.9/integration-with-existing-apps.html index 64e2aa80d99..99ab9b9de0b 100644 --- a/docs/0.9/integration-with-existing-apps.html +++ b/docs/0.9/integration-with-existing-apps.html @@ -165,6 +165,8 @@ target 'NumberTileGame' # but if not, adjust the `:path` accordingly pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', + 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork', @@ -196,6 +198,7 @@ target 'swift-2048' pod 'React', :path => '../node_modules/react-native', :subspecs => [ 'Core', 'CxxBridge', # Include this for RN >= 0.47 + 'BatchedBridge', # Include this for RN <= 0.46 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 'RCTText', 'RCTNetwork',