Skip to content

Commit b046bfc

Browse files
committed
Fix filename in Android installation guide
1 parent c0734e3 commit b046bfc

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)