Skip to content

Commit

Permalink
chore(xplat): switch on new arch for xplat-v9 macOS (#30847)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset authored Mar 22, 2024
1 parent 75625f1 commit 00cb8fe
Show file tree
Hide file tree
Showing 7 changed files with 618 additions and 566 deletions.
14 changes: 14 additions & 0 deletions apps/xplat-v9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,26 @@ cd apps/xplat-v9
yarn windows # or "ios" or "macos" or "android"
```

#### iOS/macOS specific

To be able to run the iOS and macOS app successfully, remember to run this before `yarn ios`/`yarn macos`:

```sh
pod install --project-directory=ios
# OR
pod install --project-directory=macos
```

#### Running the bundler

If Metro (the React Native bundler) doesn't automatically start, open a new terminal window on the same path (`apps/xplat-v9`) and run:

```sh
yarn start
```

If you are having issues with the bundler, you can also try running it with cache resetting: `yarn start --reset-cache`.

## Updating `microsoft/fluentui`

To pull the latest from `microsoft/fluentui`, run the following command:
Expand Down
1 change: 0 additions & 1 deletion apps/xplat-v9/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require_relative '../node_modules/react-native-test-app/test_app'
workspace 'xplat-v9.xcworkspace'

options = {
:bridgeless_enabled => false,
:fabric_enabled => true,
:hermes_enabled => false,
}
Expand Down
Loading

0 comments on commit 00cb8fe

Please sign in to comment.