From d18090c777c46952db08b5286731660db073226e Mon Sep 17 00:00:00 2001 From: shirakaba <14055146+shirakaba@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:17:59 +0900 Subject: [PATCH] chore: add changeset --- .changeset/spotty-scissors-help.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/spotty-scissors-help.md diff --git a/.changeset/spotty-scissors-help.md b/.changeset/spotty-scissors-help.md new file mode 100644 index 00000000..a4e0c52e --- /dev/null +++ b/.changeset/spotty-scissors-help.md @@ -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`.