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

Used this library to showcase my library #26

Open olofd opened 7 years ago

olofd commented 7 years ago

Hi! I used this library to showcase my library react-native-photos-framework.Your code from this library is used in my example-folder. I have only changed your example to use my library instead of RN's CameraRoll.

But I saw now that you did not have any LICENSE in your repo. Let me know if you want me to delete your code from my repo!

jeanpan commented 7 years ago

@olofd Could you use npm install to include this library instead of copying the files ? And please detail this in your README. Thanks for the reminder of LICENSE. I will add it later.

olofd commented 7 years ago

@jeanpan I would like to copy the files because I change them to use my library instead of CameraRoll. I could use a fork, but that's a hassle when I'm going to update this a lot (Do you have any other solution?). I've added a notice in the README to the example.

Just let me know if you do not like it, and I'll write something by myself for the example and remove your code! Thanks!

Olof