Skip to content

Commit

Permalink
More steps for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Jun 28, 2021
1 parent 6b4e101 commit 872519f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/react-native-cli/TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
```
<key>NSAllowsArbitraryLoads</key>
<true/>
```
1. Open the workspace and add `CrashyCrashy.h` and `CrashyCrashy.m` to the project.
1. Set the Bugsnag development team on the project.

0 comments on commit 872519f

Please sign in to comment.