Skip to content

Commit

Permalink
[expo-auth-session] Fix release channel support (#7687)
Browse files Browse the repository at this point in the history
* [expo-auth-session] Fix release channel support

* [expo-auth-session] Update changelog

* [expo-auth-session] Fix typo

* [expo-auth-session] Add tests
  • Loading branch information
lukmccall committed Apr 9, 2020
1 parent 3200409 commit e539e37
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 30 deletions.
2 changes: 2 additions & 0 deletions packages/expo-auth-session/CHANGELOG.md
Expand Up @@ -7,3 +7,5 @@
### 🎉 New features

### 🐛 Bug fixes

- Fix `AuthSession.getDefaultReturnUrl()` returning wrong URL while using release channels. ([#7687](https://github.com/expo/expo/pull/7687) by [@lukmccall](https://github.com/lukmccall))

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 23 additions & 11 deletions packages/expo-auth-session/build/ManagedSessionUrlProvider.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e539e37

Please sign in to comment.