-
### Ask your Question
Hi, I have seen that when the React Native component for ReactNativeScannerView deallocated the related native component do not deallocate.
Due to this if you try to use the Sc…
-
Hello,
I tested in virtual simulators and physical device building directly and it works like a charm, as soon as build for release, it no longer works at all, nothing happens.
"react": "18.2.0"…
-
Hello, first thank you for this package.
I've been trying to test with jest and @testing-library/react-native but I'm facing this error and I don't know how to fix:
```
node 'node_modules/.bi…
-
Hi guys!
The library is amazing. Thank you ️☺️!
I am using Jest + React Native + TypeScript to write test cases for my application.
### Error:
I got the following error:
```
Jest encount…
-
## RNTL Cookbook
RNTL is feature-complete, so the next big frontier is documenting and sharing best practices so our users can get the most out of using RNTL. Specifically, we could have a signific…
-
### Description
After upgradation of react-native-image-picker package ,when i install application from android studio i am facing this errors and tried various possible solutions but not able got …
-
Let's try to resolve these problems with future expo releases:
- eas builds on Maestro tests time out for iOS (in testing phase) and Android (in build phase)
- Android device will not accept arguments…
-
### Description
Bit of a niche one: We see failing unit tests after upgrading 0.72.10 --> 0.73.4:
```
Element type is invalid: expected a string (for built-in components) or a class/function (for…
-
When running tests, the following error occurs:
> `Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely…
-
"@testing-library/react-native": "^7.2.0",
```jsx
import React, {useEffect} from 'react';
import RNBootSplash from 'react-native-bootsplash';
import {StatusBar} from 'react-native';
import {Nav…