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

Description
According to the documentation you used this library by adding require('react-native-mock/mock'); to tests.
But react-native-mock/mock require ./build/react-native-mock.js which is not into the package when getting it via npm.
So I add to run babel node_modules/react-native-mock/src --out-dir node_modules/react-native-mock/build before using this library.
Is that normal ?
nb: I used the rewrite branch