This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Description
Even with the help of https://github.com/azarashd/react-native-mock, it can't work in RN 0.59.
Based on @azarashd's work, I did two more things in my fork to solve.
- Unless you really need it, comment this line
|
Perf: require('react-addons-perf'), |
.
- Revert
react-timer-mixin as a dependency, as react-native doesn't include it any more.