diff --git a/README.md b/README.md index ad8a81c..d20efb4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If your app targets Android 7.1 (API level 25) or higher, you can define shortcu #### Android -1. Open up `android/app/src/main/java/[...]/MainActivity.java` +1. Open up `android/app/src/main/java/[...]/MainApplication.java` - Add `import com.rnas.RNAppShortcutsPackage;` to the imports at the top of the file - Add `new RNAppShortcutsPackage()` to the list returned by the `getPackages()` method 2. Append the following lines to `android/settings.gradle`: