From 872519fc3414d0abd76a2aaef6dbbca688dbbf56 Mon Sep 17 00:00:00 2001 From: Steve Kirkland Date: Sun, 27 Jun 2021 23:43:59 +0100 Subject: [PATCH] More steps for iOS --- test/react-native-cli/TESTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/react-native-cli/TESTING.md b/test/react-native-cli/TESTING.md index f8a992649d..e4ca5283ba 100644 --- a/test/react-native-cli/TESTING.md +++ b/test/react-native-cli/TESTING.md @@ -144,14 +144,17 @@ Remove packages.add(new CrashyPackage()); ``` -1. Disable Flipper by removing the following from the `Podfile` and running `pod install` +1. Disable Flipper by removing the following from the `Podfile` and running `pod install`. + Flipper doesn't benefit the test fixture and removing it significantly speeds up the build. ``` use_flipper!() ``` -1. Similarly, on iOS: +1. For iOS: 1. Add to `rn_0_xx/Info.plist`: ``` NSAllowsArbitraryLoads ``` + 1. Open the workspace and add `CrashyCrashy.h` and `CrashyCrashy.m` to the project. + 1. Set the Bugsnag development team on the project.