From d74eb8a63b4f59364b9ecd10b0fc0a30b919d4db Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Thu, 10 Dec 2020 14:58:24 -0700 Subject: [PATCH] Update Example app. - Update `@react-native-community/cameraroll` from 1.3.0 to 4.0.1. - Add `READ_EXTERNAL_STORAGE` permission. - Add relative path to parent directory for `react-native-camera-roll-picker`. - This essentially references the parent directory for that package, which is what we want since it ties the Example app to the version of the parent package. --- Example/android/app/src/main/AndroidManifest.xml | 1 + Example/package.json | 5 +++-- Example/yarn.lock | 16 +++++++++++----- package.json | 4 +--- yarn.lock | 8 ++++---- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/Example/android/app/src/main/AndroidManifest.xml b/Example/android/app/src/main/AndroidManifest.xml index 24fa5b4..2e09138 100644 --- a/Example/android/app/src/main/AndroidManifest.xml +++ b/Example/android/app/src/main/AndroidManifest.xml @@ -2,6 +2,7 @@ package="com.example"> +