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
Copy file name to clipboardExpand all lines: scripts/releases/ios-prebuild/__docs__/README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,22 @@ If no options are passed, the script executes all the steps in this order:
55
55
56
56
## Integrating in your project with Cocoapods
57
57
58
-
To use the prebuilt React Native Dependencies XCFrameworks in your iOS project, run pod install with the environment variable `RCT_USE_RN_DEP` set to `1`:
58
+
To use the prebuilt React Native Dependencies XCFrameworks in your iOS project,
59
+
run pod install with the environment variable `RCT_USE_RN_DEP` set to `1`:
59
60
60
61
```bash
61
62
RCT_USE_RN_DEP=1 bundle exec pod install
62
63
```
63
64
64
-
This can be combined with `RCT_USE_RN_DEP=1` to use both React Native and its dependencies as prebuilt frameworks.
65
+
This can be combined with `RCT_USE_RN_DEP=1` to use both React Native and its
66
+
dependencies as prebuilt frameworks.
65
67
66
-
For debugging and troubleshooting the Cocoapods scripts, you can use the following environment variables:
68
+
For debugging and troubleshooting the Cocoapods scripts, you can use the
69
+
following environment variables:
67
70
68
-
-`RCT_USE_RN_DEP`: If set to 1, it will use the release tarball from Maven instead of building from source.
69
-
-`RCT_USE_LOCAL_RN_DEP`: **TEST ONLY** If set, it will use a local tarball of ReactNativeDependencies if it exists.
70
-
-`RCT_DEPS_VERSION`: **TEST ONLY** If set, it will override the version of ReactNativeDependencies to be used.
71
+
-`RCT_USE_RN_DEP`: If set to 1, it will use the release tarball from Maven
72
+
instead of building from source.
73
+
-`RCT_USE_LOCAL_RN_DEP`: **TEST ONLY** If set, it will use a local tarball of
74
+
ReactNativeDependencies if it exists.
75
+
-`RCT_DEPS_VERSION`: **TEST ONLY** If set, it will override the version of
0 commit comments