Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Adding clear method for AppState and cleanup ScrollResponder listeners #87

Closed justindalton closed 4 years ago

justindalton commented 4 years ago

This PR adds a clearEventHandlers method to the AppState api. This allows the handlers to be removed in test scenarios where the removeEventListener method is not being called reliably.

Additionally the ScrollRenderer will remove its listeners when it unmounts.