From 375bb7681db1eca2f4d5e0dd20006e05d9f4bedd Mon Sep 17 00:00:00 2001 From: JohnGoodman Date: Tue, 9 Jan 2024 11:10:39 -0800 Subject: [PATCH] Update README.md I added a note to the MainApplication.java section mentioning that the step can be skipped after RN 0.70 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c64e7f63..2cd0126c 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ if cocoapods are used in the project then pod has to be installed as well: } ``` **MainApplication.java** + If you are using a version of react-native lower than 0.70, add these lines to your MainApplication.java file. If you are using react native 0.70 or above, you can skip this step. ```diff + import com.lugg.RNCConfig.RNCConfigPackage;