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 5be7d05 commit 1b6a8d8Copy full SHA for 1b6a8d8
README.md
@@ -174,7 +174,7 @@ steps instead.
174
175
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
176
177
-* Add `import com.reactlibrary.RNAppAuthPackage;` to the imports at the top of the file
+* Add `import com.rnappauth.RNAppAuthPackage;` to the imports at the top of the file
178
* Add `new RNAppAuthPackage()` to the list returned by the `getPackages()` method
179
180
2. Append the following lines to `android/settings.gradle`:
0 commit comments