From 849c019e1f477444ea29828bbd04989cd02ba6eb Mon Sep 17 00:00:00 2001 From: susonthapa <33973551+susonthapa@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:27:07 +0545 Subject: [PATCH] fixed "MainActivity" typo to "MainApplication" --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25f9b5b..aedef6e 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,22 @@ dependencies { } ``` -3. Change your main activity to add a new package, in `android/app/src/main/.../MainActivity.java`: +3. Change your Application class to add a new package: + + To find the application class, open the `AndroidManifest.xml` file and look into the `application` tag. +```xml + +``` +Open the class and add the new package. ```java import com.ismaeld.RNBuildConfig.RNBuildConfigPackage; // add import