react-native-clipboard / clipboard

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

Fix warnings: new NativeEventEmitter() was called with a non-null argument #207

Closed espipj closed 8 months ago

espipj commented 9 months ago

Overview

Fixes #116 Similar fix applied on #175 but for iOS/Macos supresses the NativeEventEmitter warning

Test Plan

Build/Open the Macos or iOS apps and you should see no warning

Reference: https://github.com/react-native-netinfo/react-native-netinfo/pull/487

espipj commented 9 months ago

@Naturalclar any chance you could take a look at this?