react-native-clipboard / clipboard

React Native Clipboard API for both iOS and Android.
MIT License
690 stars 142 forks source link

RN 0.65 update to silence warnings #113

Closed cristianoccazinsp closed 2 years ago

cristianoccazinsp commented 3 years ago

Overview

Add stub methods for RN 0.65 warnings. In the future, we may use these methods to improve the add/remove logic, but for now we should it like this to make it backwards compatible.

Also added a missing "public" identifier to silence a compiler warning.

Test Plan

Tested on Pixel 5 with RN 0.65.1

cristianoccazinsp commented 3 years ago

@Naturalclar can you review this?

cristianoccazinsp commented 2 years ago

Any news?