Deprecated API
retyui opened this issue · 6 comments
Do you have any ideas on how to support the next hooks as they are deprecated or removed?
Shell we will mark them as @deprecated
too (using comments), or add info in the README file?
useCameraRoll
CameraRoll
was removed in React Native 0.61.x
useClipboard
Clipboard
marker as deprecated, but not deleted yet (see master)
Yeah, this is interesting. Potentially the best way is to try and contribute the hooks upstream, to the new repositories! Then we would also deprecate them in this repository...
@react-native-clipboard/clipboard
already has own hooks implementation ofuseClipboard(...)
- But
@react-native-community/cameraroll
without any hooks
So, I can create PR to cameraroll
repo, and when it will be accepted we can "deprecate them in this repository"
So, I can create PR to
cameraroll
repo, and when it will be accepted we can "deprecate them in this repository"
That would be amazing! ❤️
Great! Could you submit a PR that adds the deprecation? 🙏