question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Camera Roll Empty - No Photos

See original GitHub issue

I already declared camera usage on info.plist:

<key>NSPhotoLibraryUsageDescription</key>
  <string>This app requires access to the photo library.</string>
  <key>NSMicrophoneUsageDescription</key>
  <string>This app does not require access to the microphone.</string>
  <key>NSCameraUsageDescription</key>
  <string>This app requires access to the camera.</string>

And this is in my view:

<CameraRollPicker
            maximum={10}
            imagesPerRow={4}
            callback={this.selectImages}
            selected={[]}
          />

And I still getting No photos. Any tips?

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:10

github_iconTop GitHub Comments

8reactions
MaxInMooncommented, Jun 21, 2019

The prop groupTypes="All" (instead of SavedPhotos) was the key for me 😃

2reactions
f6m6commented, May 24, 2018

I have this issue on Android, but if I enable the “Storage” permission, it works and the camera roll is populated. However the app doesn’t prompt the user to ever accept this permission, so they would never know. Any update on this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix: iPhone Photos Disappeared from Camera Roll
The photos disappeared from iPhone camera roll problem may happen if you have logged in with the wrong iCloud account. Tip 3. Check...
Read more >
Fix iPhone Photos Disappeared from Camera Roll in 2022
Part 2. 7 Tricks: Fix iPhone Photos Disappeared from Camera Roll · 1. Verify the Recently Deleted Folder · 2. Turn on iCloud...
Read more >
Fix a missing Camera Roll in Windows 10 - Microsoft Support
Photos and videos captured with the built-in camera or webcam are saved by default to the Camera Roll folder. If you get an...
Read more >
My Camera Roll is Missing - Apple Support Communities
My iPad does not save any new photos. I go to my Photos app and there is no Camera Roll. I only see...
Read more >
Photos in camera roll just disappeared - Google Support
I started deleting photos but made sure to only delete some that were already backed up (my back up is turned on automatically)....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found