Root-App / react-native-mock-render

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

Fix unstable batched update issue #77

Closed alnorris closed 11 months ago

alnorris commented 5 years ago

Due to the issue in testing with newest react-redux 7.0 we need to mock unstable react functions.

See this issue: https://github.com/reduxjs/react-redux/issues/1392