From 9183f64db0af888872697323bffab8f18f2e5b37 Mon Sep 17 00:00:00 2001 From: Kadi Kraman Date: Mon, 9 Apr 2018 20:43:00 +0100 Subject: [PATCH] Fix filename in Android installation guide --- templates/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/general.js b/templates/general.js index a4a05d0..493a073 100644 --- a/templates/general.js +++ b/templates/general.js @@ -20,7 +20,7 @@ module.exports = [{ manualInstallation += ` #### Android -1. Open up \`android/app/src/main/java/[...]/MainActivity.java\` +1. Open up \`android/app/src/main/java/[...]/MainApplication.java\` - Add \`import ${packageIdentifier}.${name}Package;\` to the imports at the top of the file - Add \`new ${name}Package()\` to the list returned by the \`getPackages()\` method 2. Append the following lines to \`android/settings.gradle\`: