Skip to content

Commit

Permalink
fix/production-login-bug-2 (#123)
Browse files Browse the repository at this point in the history
* fix: try close webbroser on prod

* chore: moved fix on a single page compared to layout
  • Loading branch information
GaspardBBY authored Mar 7, 2024
1 parent d955622 commit cfadc7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions expo/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as WebBrowser from "expo-web-browser";
import { Text } from "react-native";

export default function TabOneScreen() {
WebBrowser.maybeCompleteAuthSession();
return (
<>
<Text>Index</Text>
Expand Down

0 comments on commit cfadc7d

Please sign in to comment.