We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4f4da4 + ffcc56a commit 4ade4a2Copy full SHA for 4ade4a2
1 file changed
examples/with-react-native-wallet-kit/README.md
@@ -137,9 +137,11 @@ Turnkey’s OAuth flows use a fixed origin and redirect service. Configure your
137
- Authorized redirect URI (use your app scheme):
138
139
```
140
-https://oauth-redirect.turnkey.com?scheme=withreactnativewalletkit
+https://oauth-redirect.turnkey.com/?scheme=withreactnativewalletkit
141
142
143
+> **Note**: register the URI exactly as shown, including the `/` before the query string.
144
+
145
If you change the scheme, update both `app.json` (`expo.scheme`) and `EXPO_PUBLIC_APP_SCHEME` in `.env`.
146
147
### 2. Set your client IDs in `.env`
0 commit comments