diff --git a/docs/publishing-to-app-store.md b/docs/publishing-to-app-store.md index a2adf13ea44..98c0d9b9ae9 100644 --- a/docs/publishing-to-app-store.md +++ b/docs/publishing-to-app-store.md @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell 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 a2adf13ea44..98c0d9b9ae9 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 @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell 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 a2adf13ea44..98c0d9b9ae9 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 @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell 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 a2adf13ea44..98c0d9b9ae9 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 @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell 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 a2adf13ea44..98c0d9b9ae9 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 @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell 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 a2adf13ea44..98c0d9b9ae9 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 @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell diff --git a/website/versioned_docs/version-0.82/publishing-to-app-store.md b/website/versioned_docs/version-0.82/publishing-to-app-store.md index a2adf13ea44..98c0d9b9ae9 100644 --- a/website/versioned_docs/version-0.82/publishing-to-app-store.md +++ b/website/versioned_docs/version-0.82/publishing-to-app-store.md @@ -19,15 +19,6 @@ To configure your app to be built using the `Release` scheme, go to **Product** #### Pro Tips -As your App Bundle grows in size, you may start to see a blank screen flash between your splash screen and the display of your root application view. If this is the case, you can add the following code to `AppDelegate.m` in order to keep your splash screen displayed during the transition. - -```objectivec - // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" - UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; - UIViewController *vc = [sb instantiateInitialViewController]; - rootView.loadingView = vc.view; -``` - The static bundle is built every time you target a physical device, even in Debug. If you want to save time, turn off bundle generation in Debug by adding the following to your shell script in the Xcode Build Phase `Bundle React Native code and images`: ```shell