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 944722e commit 024041bCopy full SHA for 024041b
example/App.js
@@ -102,10 +102,10 @@ export default class App extends Component {
102
}
103
104
async tryDeepLinking() {
105
- const redirectToURL =
+ const loginUrl =
106
'https://proyecto26.github.io/react-native-inappbrowser/';
107
const redirectUrl = encodeURIComponent(this.getDeepLink('home'));
108
- const url = `${redirectToURL}?redirect_url=${redirectUrl}`;
+ const url = `${loginUrl}?redirect_url=${redirectUrl}`;
109
try {
110
if (await InAppBrowser.isAvailable()) {
111
const result = await InAppBrowser.openAuth(url, redirectUrl);
0 commit comments