hooks icon indicating copy to clipboard operation
hooks copied to clipboard

Change Deprecated API (CameraRoll)

Open ESENS12 opened this issue 4 years ago • 1 comments

Summary

Change Deprecated API (CameraRoll) CameraRoll is Deprecated from 'react-native' Now CameraRoll is "@react-native-community/cameraroll" Here :) BTW this repo is awesome!

Checklist

  • [ O ] I have tested this on a device and a simulator
  • [ X ] I added the documentation in README.md
  • [ X ] I mentioned this change in CHANGELOG.md
  • [ O ] I updated the typed files (TS and Flow)
  • [ X ] I added a sample use of the API in the example project (example/App.js)

ESENS12 avatar Dec 03 '19 08:12 ESENS12

I think we need to add this to the peerDeps 🤔? Is there a better way to handle this? What about people that don't use cameraroll? What about people that do?

pvinis avatar Feb 16 '20 01:02 pvinis

useCameraRoll was removed. Use useCameraRoll from @react-native-camera-roll/camera-roll.

useCameraRoll was removed in 3.0.0...

LinusU avatar May 23 '23 04:05 LinusU