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 e34f8c6 commit 123ac2bCopy full SHA for 123ac2b
templates/general.js
@@ -20,7 +20,7 @@ module.exports = [{
20
manualInstallation += `
21
#### Android
22
23
-1. Open up \`android/app/src/main/java/[...]/MainActivity.java\`
+1. Open up \`android/app/src/main/java/[...]/MainApplication.java\`
24
- Add \`import ${packageIdentifier}.${name}Package;\` to the imports at the top of the file
25
- Add \`new ${name}Package()\` to the list returned by the \`getPackages()\` method
26
2. Append the following lines to \`android/settings.gradle\`:
0 commit comments