From 0279702c68563ca20231b2d246ecd990c58ef911 Mon Sep 17 00:00:00 2001 From: tml Date: Wed, 26 Sep 2018 15:34:16 -0400 Subject: [PATCH] Wrong file name in README The changes should be applied to the MainApplication.java rather than MainActivity.java. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ad6a3..007ccd3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ And then: #### Android -1. Open up `android/app/src/main/java/[...]/MainActivity.java` +1. Open up `android/app/src/main/java/[...]/MainApplication.java` * Add `import io.github.airamrguez.RNMeasureTextPackage;` to the imports at the top of the file * Add `new RNMeasureTextPackage()` to the list returned by the `getPackages()` method