Fix brew install applesimutils failure by trusting wix/brew tap (#29450)
Newer Homebrew versions refuse to load formulae from untrusted
third-party taps. This adds `brew trust wix/brew` after tapping to allow
the subsequent `brew install applesimutils` to succeed in React Native
CI.
**Changes:**
- `.github/workflows/react_native.yml`
- `tools/ci_build/github/azure-pipelines/templates/react-native-ci.yml`
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>