hooks icon indicating copy to clipboard operation
hooks copied to clipboard

RN 0.65 Warning for useAppState

Open kneza23 opened this issue 4 years ago • 3 comments

EventEmitter.removeListener('appStateDidChange', ...): Method has been deprecated. Please instead use remove() on the subscription returned by EventEmitter.addListener.

kneza23 avatar Aug 20 '21 09:08 kneza23

useDeviceOrientation, too. I will try PR that replace removeEventListener, however each addEventListener() returns void at @type/react-native: "0.62.18" in package.json.

Latest @types/react-native, Dimensions.addEventListener() returns EmitterSubscription. https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native/index.d.ts#L6151-L6154

mitsuharu avatar Sep 30 '21 01:09 mitsuharu

useDimensions also.

punksta avatar Oct 18 '21 14:10 punksta

Same with useKeyboard

KrisLau avatar Nov 11 '21 20:11 KrisLau