-
code :
`import { Dropdown } from 'react-native-element-dropdown';
...
...
..
`
test
```
import { render, screen } from '@testing-library/react-native';
import React from 'react';
…
-
(Copying from a comment on #39.)
Excitingly, starting work on this today. Types of libraries I expect to have:
- [x] Backend (Node.js-based) shared libraries (#39)
- [x] Common libraries to be sh…
-
**Describe the bug**
There seems to be an issue with initializing this hook.
This does not happen with `0.9.1` and it seems to be mostly an iOS issue. Hopefully that will help in narrowing it down.
…
-
👋 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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Description
Hermes seems to take longer to process large promises inside React Native when compared to other JavaScript engines such as JavaScriptCore (Android) and Chakra (Windows).
I have re…
-
## 🐛 Bug Report
While testing with `@testing-library/react-native`, if inside the rendered component there is `` (so every time I need to render a component that has an icon), the function `fireE…
-
- [x] I have searched [existing issues](https://github.com/ptomasroos/react-native-multi-slider/issues)
- [x] I am using the [latest multi slider version](https://www.npmjs.com/package/@ptomasroo…
-
I have installed the plugin using Coca pods and followed the steps which you have mentioned.
**But after running the project. It is crashing.**
The only thing which does not match with doc is
libE…
-
# Bug
I have a bigger project that uses this library quite heavily, but when including it in our jest testing suite I run into all kinds of errors.
I've made a minimal reproduction here: htt…