-
**Is your feature request related to a problem? Please describe.**
For web, you have the `jest-launchdarkly-mock` package (that doesn't support react native) where you can mock LD and run you tests.
…
-
**Background**
Quokka.js files run in `node.js` after applying any configured TypeScript/Babel transformations.
When `react-native` runs, it has access to device-specific APIs that are not nativel…
-
I am importing the styles in the following way but when I `console.log(styles)`, it is returning`{}`
```import styles from '#/screens/auth/SignIn.scss';```
I have attached my files.
metro.confi…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
The package.json file contain unused dependencies.
Running depcheck (tool to detect unused dependencies) via `npx depcheck` return:
(beware it contain false-positives, recompile after removing dep…
-
### Description
I have a screen that contains an animated `FlatList` and I need to use `ref` for it, so I created my Animated list like below:
```
const AnimatedList = Animated.createAnimatedComp…
-
## Summary
Ideally `react` is shipped with official test utilities instead of relying o third-party vendors.
Unfortunately it was decided to deprecate`react-test-renderer`.
As a consequence i…
-
I'd like to import [`openbci-cyton`](https://github.com/openbci/openbci_nodejs_cyton) module into my react native project. When I do so, it leads to
```
Maximum call stack size exceeded
```
I'm …
-
Add validation for the Ledger and HW wallet support in mobile (and extension) within the E2E tests?
In the past we've discussed the potential of using software emulators (existing or custom) to mock …
-
Hello, I'd like to add a suggestion to create a mock for `React.i18nManager`.
My team ran into an issue where an OSS module was referring it and failed to build during the test runner setup process…