You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
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.