Skip to content

Commit

Permalink
docs(faq): adjusting heading
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoguzmana committed Aug 5, 2024
1 parent 1fa5d69 commit 42ebfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ See these issues for more information:
- [possibility to run with launchMode:singleTop?](https://github.com/auth0/react-native-auth0/issues/170)
- [Android singleTask launch mode is required for react-native deep links](https://github.com/auth0/react-native-auth0/issues/556)

## The solution
### The solution

If your Android `launchMode` is set to `singleTask` (check your `AndroidManifest.xml`), that's why this is occurring. Unfortunately, this is not addressable by the react-native-auth0 library.

Expand Down Expand Up @@ -223,4 +223,4 @@ public class MainApplication extends Application {
super.onDestroy();
((BaseApplication) getApplication()).removeActivityFromStack(this.getClass());
}
```
```

0 comments on commit 42ebfa7

Please sign in to comment.