react-native-clipboard / clipboard

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

Mark react-native-windows as optional #240

Closed Saadnajmi closed 2 months ago

Saadnajmi commented 2 months ago

Overview

Mark react-native-windows as optional to silence a warning when you install clipboard. This is the same way datettimepicker does it: https://github.com/react-native-datetimepicker/datetimepicker/blob/6858d3c23d4904ebaa0fa38a30ca5251033ef871/package.json#L112C1-L116C5

Test Plan

CI should pass

Saadnajmi commented 2 months ago

@Naturalclar any chance you could take a look?