Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba committed Jul 22, 2024
1 parent 0e11549 commit 259809c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/spotty-scissors-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'react-native-app-auth': minor
'rnaa-demo': minor
---

Added [react-native-macOS](https://github.com/microsoft/react-native-macos) support. See `examples/demo/README.md` for how to run the demo app. To consume in a `react-native-macos` project, install the npm package usual (e.g. `yarn add react-native-app-auth`) and just make sure to re-install pods (e.g. `cd macos && pod install`). The macOS implementation implements all the same features as iOS, including `iosPrefersEphemeralSession`, but excluding `iosCustomBrowser`, which is implicitly treated as `null`.

0 comments on commit 259809c

Please sign in to comment.