From 4dac8eb48decdf0b0c3064fdedd970bada4cef25 Mon Sep 17 00:00:00 2001 From: Fifthwolf Date: Tue, 30 Oct 2018 11:53:25 +0800 Subject: [PATCH] Update README.md the package's name in MainApplication.java is changed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbb96a1f..19e204dc 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,8 @@ If your project uses CocoaPods to manage React installation (especially with Exp #### Android 1. Open up `android/app/src/main/java/[...]/MainApplication.java` - - Add `import com.philipphecht.RNDocViewerPackage;` to the imports at the top of the file - - Add `new RNDocViewerPackage()` to the list returned by the `getPackages()` method + - Add `import com.reactlibrary.RNReactNativeDocViewerPackage;` to the imports at the top of the file + - Add `new RNReactNativeDocViewerPackage()` to the list returned by the `getPackages()` method 2. Append the following lines to `android/settings.gradle`: ``` include ':react-native-doc-viewer'