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