diff --git a/docs/build-speed.md b/docs/build-speed.md index eb40ed1deee..bbc21d2aa7d 100644 --- a/docs/build-speed.md +++ b/docs/build-speed.md @@ -94,7 +94,7 @@ You can configure a mirror by specifying the `exclusiveEnterpriseRepository` pro # If set to false, you will be using JSC instead. hermesEnabled=true -# Use this property to configure a Maven enteprise repository +# Use this property to configure a Maven enterprise repository # that will be used exclusively to fetch all of your dependencies. +exclusiveEnterpriseRepository=https://my.internal.proxy.net/ ``` @@ -112,7 +112,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -145,9 +145,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/docs/publishing-to-app-store.md b/docs/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/docs/publishing-to-app-store.md +++ b/docs/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/docs/set-up-your-environment.md b/docs/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/docs/set-up-your-environment.md +++ b/docs/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework). diff --git a/website/versioned_docs/version-0.77/build-speed.md b/website/versioned_docs/version-0.77/build-speed.md index d5d2dc1d787..500af0b1ce2 100644 --- a/website/versioned_docs/version-0.77/build-speed.md +++ b/website/versioned_docs/version-0.77/build-speed.md @@ -61,7 +61,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -94,9 +94,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/website/versioned_docs/version-0.77/publishing-to-app-store.md b/website/versioned_docs/version-0.77/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/website/versioned_docs/version-0.77/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.77/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/website/versioned_docs/version-0.77/set-up-your-environment.md b/website/versioned_docs/version-0.77/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/website/versioned_docs/version-0.77/set-up-your-environment.md +++ b/website/versioned_docs/version-0.77/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework). diff --git a/website/versioned_docs/version-0.78/build-speed.md b/website/versioned_docs/version-0.78/build-speed.md index c15231d9876..27f77e30ac6 100644 --- a/website/versioned_docs/version-0.78/build-speed.md +++ b/website/versioned_docs/version-0.78/build-speed.md @@ -63,7 +63,7 @@ You can configure a mirror by specifying the `exclusiveEnterpriseRepository` pro # If set to false, you will be using JSC instead. hermesEnabled=true -# Use this property to configure a Maven enteprise repository +# Use this property to configure a Maven enterprise repository # that will be used exclusively to fetch all of your dependencies. +exclusiveEnterpriseRepository=https://my.internal.proxy.net/ ``` @@ -81,7 +81,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -114,9 +114,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/website/versioned_docs/version-0.78/publishing-to-app-store.md b/website/versioned_docs/version-0.78/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/website/versioned_docs/version-0.78/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.78/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/website/versioned_docs/version-0.78/set-up-your-environment.md b/website/versioned_docs/version-0.78/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/website/versioned_docs/version-0.78/set-up-your-environment.md +++ b/website/versioned_docs/version-0.78/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework). diff --git a/website/versioned_docs/version-0.79/build-speed.md b/website/versioned_docs/version-0.79/build-speed.md index 66102f76fb5..0fee6969287 100644 --- a/website/versioned_docs/version-0.79/build-speed.md +++ b/website/versioned_docs/version-0.79/build-speed.md @@ -94,7 +94,7 @@ You can configure a mirror by specifying the `exclusiveEnterpriseRepository` pro # If set to false, you will be using JSC instead. hermesEnabled=true -# Use this property to configure a Maven enteprise repository +# Use this property to configure a Maven enterprise repository # that will be used exclusively to fetch all of your dependencies. +exclusiveEnterpriseRepository=https://my.internal.proxy.net/ ``` @@ -112,7 +112,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -145,9 +145,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/website/versioned_docs/version-0.79/publishing-to-app-store.md b/website/versioned_docs/version-0.79/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/website/versioned_docs/version-0.79/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.79/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/website/versioned_docs/version-0.79/set-up-your-environment.md b/website/versioned_docs/version-0.79/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/website/versioned_docs/version-0.79/set-up-your-environment.md +++ b/website/versioned_docs/version-0.79/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework). diff --git a/website/versioned_docs/version-0.80/build-speed.md b/website/versioned_docs/version-0.80/build-speed.md index 66102f76fb5..0fee6969287 100644 --- a/website/versioned_docs/version-0.80/build-speed.md +++ b/website/versioned_docs/version-0.80/build-speed.md @@ -94,7 +94,7 @@ You can configure a mirror by specifying the `exclusiveEnterpriseRepository` pro # If set to false, you will be using JSC instead. hermesEnabled=true -# Use this property to configure a Maven enteprise repository +# Use this property to configure a Maven enterprise repository # that will be used exclusively to fetch all of your dependencies. +exclusiveEnterpriseRepository=https://my.internal.proxy.net/ ``` @@ -112,7 +112,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -145,9 +145,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/website/versioned_docs/version-0.80/publishing-to-app-store.md b/website/versioned_docs/version-0.80/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/website/versioned_docs/version-0.80/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.80/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/website/versioned_docs/version-0.80/set-up-your-environment.md b/website/versioned_docs/version-0.80/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/website/versioned_docs/version-0.80/set-up-your-environment.md +++ b/website/versioned_docs/version-0.80/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework). diff --git a/website/versioned_docs/version-0.81/build-speed.md b/website/versioned_docs/version-0.81/build-speed.md index eb40ed1deee..bbc21d2aa7d 100644 --- a/website/versioned_docs/version-0.81/build-speed.md +++ b/website/versioned_docs/version-0.81/build-speed.md @@ -94,7 +94,7 @@ You can configure a mirror by specifying the `exclusiveEnterpriseRepository` pro # If set to false, you will be using JSC instead. hermesEnabled=true -# Use this property to configure a Maven enteprise repository +# Use this property to configure a Maven enterprise repository # that will be used exclusively to fetch all of your dependencies. +exclusiveEnterpriseRepository=https://my.internal.proxy.net/ ``` @@ -112,7 +112,7 @@ Specifically you can use two type of caches: local compiler caches and distribut :::info The following instructions will work for **both Android & iOS**. If you're building only Android apps, you should be good to go. -If you're building also iOS apps, please follow the instructions in the [XCode Specific Setup](#xcode-specific-setup) section below. +If you're building also iOS apps, please follow the instructions in the [Xcode Specific Setup](#xcode-specific-setup) section below. ::: We suggest to use [**ccache**](https://ccache.dev/) to cache the compilation of your native builds. @@ -145,9 +145,9 @@ Note that `ccache` aggregates the stats over all builds. You can use `ccache --z Should you need to wipe your cache, you can do so with `ccache --clear` -#### XCode Specific Setup +#### Xcode Specific Setup -To make sure `ccache` works correctly with iOS and XCode, you need to enable React Native support for ccache in `ios/Podfile`. +To make sure `ccache` works correctly with iOS and Xcode, you need to enable React Native support for ccache in `ios/Podfile`. Open `ios/Podfile` in your editor and uncomment the `ccache_enabled` line. diff --git a/website/versioned_docs/version-0.81/publishing-to-app-store.md b/website/versioned_docs/version-0.81/publishing-to-app-store.md index 4a01ac8c33d..239fa89fad3 100644 --- a/website/versioned_docs/version-0.81/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.81/publishing-to-app-store.md @@ -47,7 +47,7 @@ You can also use the `React Native CLI` to perform this operation using the opti Once you are done with the testing and ready to publish to App Store, follow along with this guide. - Launch your terminal, and navigate into the iOS folder of your app and type `open .`. -- Double click on YOUR_APP_NAME.xcworkspace. It should launch XCode. +- Double click on YOUR_APP_NAME.xcworkspace. It should launch Xcode. - Click on `Product` → `Archive`. Make sure to set the device to "Any iOS Device (arm64)". :::note diff --git a/website/versioned_docs/version-0.81/set-up-your-environment.md b/website/versioned_docs/version-0.81/set-up-your-environment.md index cd4a388de63..589ab38be14 100644 --- a/website/versioned_docs/version-0.81/set-up-your-environment.md +++ b/website/versioned_docs/version-0.81/set-up-your-environment.md @@ -21,7 +21,7 @@ This guide requires Android Studio or Xcode. If you already have one of these pr
Is setting up my environment required? -Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or XCode as a Framework will take care of building the native app for you. +Setting up your environment is not required if you're using a [Framework](/architecture/glossary#react-native-framework). With a React Native Framework, you don't need to setup Android Studio or Xcode as a Framework will take care of building the native app for you. If you have constraints that prevent you from using a Framework, or you'd like to write your own Framework, then setting up your local environment is a requirement. After your environment is set up, learn how to [get started without a framework](getting-started-without-a-framework).