Skip to content

Commit 48eec9c

Browse files
committed
fixed android redirect issue
1 parent e5502a7 commit 48eec9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rn-bare-example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<category android:name="android.intent.category.DEFAULT" />
2727
<category android:name="android.intent.category.BROWSABLE" />
2828

29-
<data android:scheme="web3authrnexample" />
29+
<data android:scheme="web3authrnbareaggregateexample" />
3030
</intent-filter>
3131
</activity>
3232
</application>

0 commit comments

Comments
 (0)