-
Hey there! Thanks for all your hard work mocking this all out.
In my app I'm using `buildStyleInterpolator` which is provided by React Native and made available via `import buildStyleInterpolator f…
-
The dependencies in package.json are old.
running `yarn upgrade --latest` result in following changes to package.json file.
before committing the change run yarn-deduplicate as described in https:/…
-
However the following did:
```
jest.mock('react-native-svg', () =>
require('react-native-svg-mock/build/index')
);
```
Should I open a PR to add that to the README.md? Or is this unexpected?
-
**What `react-native` version are you using?**
0.63.3
**What `react-native-pdf` version are you using?**
6.2.1
**What platform does your issue occur on? (android/ios/both)**
Jest
**Describ…
-
I have some trouble with building my android app and this package is the cause of the failing build.
For context: I want to [set up detox for e2e testing](https://wix.github.io/Detox/docs/introductio…
-
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [x] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector-ico…
-
# Problem Statement
Currently we have no support for using a react native adapter with Enzyme. This is because the current adapters are built for react native web.
Attempting to use mount with th…
-
Thanks for all of the work on this! After spending a lot of time struggling with Jest and the react-native docs (v 0.27.0) for setting up unit tests, I decided to give enzyme w/ mocha/chai a go and b…
-
Hi, I have just started to try to write some tests using Jest, but my tests complains,
` ● Test suite failed to run
TypeError: (0 , _reactNative.requireNativeComponent) is not a function
…
-
👋 hi Matthew! My name is Brandon. I happened across this because I wrote a [similar testing library](https://native-testing-library.com) for react-native. I love how simple the API is for this package…