react-native-community/hooks

RN 0.65 Warning for useAppState

kneza23 opened this issue · 3 comments

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

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

useDimensions also.

Same with useKeyboard