RN 0.65 Warning for useAppState
kneza23 opened this issue · 3 comments
kneza23 commented
EventEmitter.removeListener('appStateDidChange', ...): Method has been deprecated. Please instead use remove() on the subscription returned by EventEmitter.addListener.
mitsuharu commented
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
punksta commented
useDimensions also.
KrisLau commented
Same with useKeyboard