react-native-clipboard / clipboard

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

[fix] fixed all dependencies and make it work #198

Closed p-bucky closed 1 year ago

p-bucky commented 1 year ago

Overview

New Feature [Clear Clipboard]: as added in android api 28 clearPrimaryClip here i have implemented this.

Test Plan

  1. Copy text
  2. Clear it by pressing "Clear Clipboard" btn
  3. This should work on android api 28 +
p-bucky commented 1 year ago

Mistake