react-native-code-push icon indicating copy to clipboard operation
react-native-code-push copied to clipboard

fix: correct deprecated AppState event handler in CodePush.js

Open JeffGuKang opened this issue 4 years ago • 0 comments

AppState.removeEventListener is deprecated from RN v0.65.

It will be better to mention about supporting RN version with this fix.

https://reactnative.dev/docs/appstate#removeeventlistener

JeffGuKang avatar Nov 28 '21 13:11 JeffGuKang