Kenneth Kwakye-Gyamfi
Results
3
comments of
Kenneth Kwakye-Gyamfi
I created a repro of the app. https://github.com/cross19xx/mixpanel-test
We seem to be having this same problem with Jest [here](https://github.com/facebook/jest/issues/5001)
Adding to @Kaung-Htet-Hein , If you have a global mock, you can have it inside `__mocks__/react-native-actions-sheet` as follows: ```js const React = require('react'); const { useImperativeHandle } = require('react'); const...