Skip to content

Commit 9684ab2

Browse files
authored
Merge pull request #89 from FormidableLabs/bugfix/android-installation-error
Fix filename in Android installation guide
2 parents c0734e3 + b046bfc commit 9684ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ steps instead.
164164

165165
#### Android
166166

167-
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
167+
1. Open up `android/app/src/main/java/[...]/MainApplication.java`
168168

169169
* Add `import com.reactlibrary.RNAppAuthPackage;` to the imports at the top of the file
170170
* Add `new RNAppAuthPackage()` to the list returned by the `getPackages()` method

0 commit comments

Comments
 (0)