Skip to content

Commit cdb5dbd

Browse files
committed
Run prettier
1 parent 6fff738 commit cdb5dbd

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

  • scripts/releases/ios-prebuild/__docs__

scripts/releases/ios-prebuild/__docs__/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,22 @@ If no options are passed, the script executes all the steps in this order:
5555

5656
## Integrating in your project with Cocoapods
5757

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`:
5960

6061
```bash
6162
RCT_USE_RN_DEP=1 bundle exec pod install
6263
```
6364

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.
6567

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:
6770

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
76+
ReactNativeDependencies to be used.

0 commit comments

Comments
 (0)