Skip to content

Commit 20f112b

Browse files
moved the app routes into src
1 parent e1d6695 commit 20f112b

10 files changed

Lines changed: 7 additions & 2 deletions

File tree

example/app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
"favicon": "./assets/images/favicon.png"
2929
},
3030
"plugins": [
31-
"expo-router",
31+
[
32+
"expo-router",
33+
{
34+
"origin": false
35+
}
36+
],
3237
[
3338
"expo-splash-screen",
3439
{
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function Connect() {
2121
return (
2222
<SafeAreaView style={styles.page}>
2323
<ConnectWidget
24-
proxy={proxy}
24+
url="junk"
2525
clientRedirectUrl={clientRedirectUrl}
2626
onSsoUrlLoadError={(error) => {
2727
console.error(`SSO URL load error: ${error}`)

0 commit comments

Comments
 (0)