We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576d878 commit e39fdc1Copy full SHA for e39fdc1
src/utils.js
@@ -1,6 +1,6 @@
1
import * as WebBrowser from 'expo-web-browser'
2
3
-export const BUILD_VERSION = '11'
+export const BUILD_VERSION = '13'
4
5
export const openBrowserAsync = async (url) => {
6
await WebBrowser.openBrowserAsync(url, {
0 commit comments