jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

ES6 syntax + SGListView + Custom background #7

Closed st0ffern closed 8 years ago

st0ffern commented 8 years ago

because that is a part of the future..

st0ffern commented 8 years ago

cc @jeanpan

more to come..

jeanpan commented 8 years ago

@stoffern. Thanks for the ES6 syntax change, but regarding multipick/singlepick, you can set props of maximum to have multipick or singlepick.

st0ffern commented 8 years ago

@jeanpan ah, ok.. reverted the last commits regarding multipick. should be ok now.

st0ffern commented 8 years ago

Tested ok on Android, should also be working on iOS.

cc @jeanpan @superandrew213

superandrew213 commented 8 years ago

@stoffern you're not using SGListView

st0ffern commented 8 years ago

@superandrew213 ups, forgot to change back to SGListView, it is there now.

jeanpan commented 8 years ago

@stoffern thanks ! Will merge it after check !