Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Aug 17, 2023
1 parent 300dbc6 commit 5edaba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ Re-declare the activity manually with `tools:node="remove"` in your app's Androi

```xml
<activity
android:name="com.auth0.react.AuthenticationActivity"
android:name="com.auth0.android.provider.AuthenticationActivity"
tools:node="remove"/>
<!-- Optional: Remove RedirectActivity -->
<activity
android:name="com.auth0.react.RedirectActivity"
android:name="com.auth0.android.provider.RedirectActivity"
tools:node="remove"/>
```

Expand Down

0 comments on commit 5edaba9

Please sign in to comment.