From fd743764dbe4fabf5bc584be4dfc7ab865285bf6 Mon Sep 17 00:00:00 2001 From: Murat <7101489+murat-mehmet@users.noreply.github.com> Date: Sun, 16 Feb 2025 23:32:51 +0300 Subject: [PATCH] docs: Add RN-Integrate suggestion By using RN-Integrate, extra steps are applied automatically like in Expo CNG. Also makes the project easily upgradable. More info at https://react-native-integrate.github.io/integrate/ --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bc12aa7..8d163f4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ react-native link react-native-file-viewer #### Extra step (Android only) +##### Using RN-Integrate +```sh +npx react-native-integrate react-native-file-viewer +``` + +##### Manual If your app is targeting **Android 11 (API level 30) or newer**, the following extra step is required, as described in [Declaring package visibility needs](https://developer.android.com/training/package-visibility/declaring) and [Package visibility in Android 11](https://medium.com/androiddevelopers/package-visibility-in-android-11-cc857f221cd9). Specifically: