Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not return all images #82

Open
jose920405 opened this issue Jun 6, 2018 · 6 comments
Open

does not return all images #82

jose920405 opened this issue Jun 6, 2018 · 6 comments

Comments

@jose920405
Copy link

jose920405 commented Jun 6, 2018

I have 540 photo files in my phone but only show 10.

My code is:

       <CameraRollPicker
          style={{ flex: 1 }}
          groupTypes={'All'}
          selected={this.state.imagesSelected}
          selectedMarker={
            <View style={[styles.selectedCircle, { borderWidth: 0, backgroundColor: Colors.blueCheck }]} >
              <MaterialCommunityIcons name='check' size={18} color={Colors.lightWhite} style={styles.iconCheck} />
            </View >
          }
          callback={this.getSelectedImages}
        />

Using v1.2.3 version

Environment:
  OS: macOS Sierra 10.12.6
  Node: 9.5.0
  Yarn: 1.3.2
  npm: 5.6.0
  Watchman: 4.7.0
  Xcode: Xcode 8.3.2 Build version 8E2002
  Android Studio: 2.3 AI-162.4069837

Packages: (wanted => installed)
  react: 16.0.0 => 16.0.0
  react-native: 0.51.0 => 0.51.0
@raphcadiz
Copy link

There was an issue with this when iCloud Photo Library is enabled, it will not get the photos from iCloud. Not sure if it's fixed

@waltershub
Copy link

waltershub commented Jul 4, 2018

I have the same problem any fix, pretty big issue who doesn't use iCloud

@jose920405
Copy link
Author

hi @waltershub

I have finally decided to look for another alternative and found react-native-photos-framework , which works very well

@mopilo
Copy link

mopilo commented Jul 12, 2018

@jose920405 does the it support android??

@BlenderDude
Copy link

@mopilo No it doesn't, but for my projects I use react-native-photos-framework for ios and this for Android.

@pisacode
Copy link

You have to change CameraRoll in index.js of node_modules/react-native-camera-roll-picker with https://github.com/react-native-community/react-native-cameraroll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants