callstack / react-native-image-editor

A library providing an API for cropping images from the web and the local file system.
MIT License
376 stars 118 forks source link

Cameraroll is moved to RNC repo #26

Closed bartolkaruza closed 5 years ago

bartolkaruza commented 5 years ago

https://github.com/react-native-community/react-native-image-editor/blob/87fc5b99947b6e139b93aea78a16a568694ceb93/example/src/App.js#L13

This example will soon not work anymore, the import should be changed to the new rnc cameraroll package: https://github.com/react-native-community/react-native-cameraroll\

or rewritten to work without the cameraroll dependency.

Trancever commented 5 years ago

24 Is going to fix this.