-
I'm getting this error when calling `fetchWeatherApi()` in my React Native app:
`ReferenceError: Property 'TextDecoder' doesn't exist`
I'm able to work around the issue by polyfilling, as done h…
-
Hye community! I am getting error "error Invariant Violation: requireNativeComponent: "RNSVGSvgViewAndroid" was not found in the UIManager". in react native expo.
it was working fine few days ago. Bu…
-
I get this Error even when I have installed @react-native-qrcode-svg and @react-native-svg.
And I didn't find any solution.
`
import React from 'react';
import { View, Text, SafeAreaView, Touchabl…
-
installing `@keplr-wallet/wc-qrcode-modal` gives this error when used with react 18
```
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements for details, where…
-
./node_modules/react-qrcode-logo/lib/index.tsx:282:24
Type error: This expression is not callable.
Type '{ default: QRCodeFactory; stringToBytes(s: string): number[]; stringToBytesFuncs: { [encodi…
-
In the README, where the API is described, it indicates that a `title` property (string) will be accepted.
However, trying to specify that in a Next.js TypeScript project shows an error:
```txt
…
-
![image](https://user-images.githubusercontent.com/57992734/122179897-e40d8280-cec2-11eb-835f-6c339505689e.png)
-
hello, I am trying to put the qrcode scanner on react-native-web, but can't get it to work.
I get this error:
```
ERROR in ../node_modules/react-native-qrcode-scanner/index.js 68:6
Module parse f…
-
```js
function ByteData (data) {
this.mode = Mode.BYTE
if (typeof (data) === 'string') {
this.data = new TextEncoder().encode(data)
} else {
this.data = new Uint8Array(data)
}
…
-
While attempting to upgrade our project to 0.74.5 we get a Gradle build error due to an older version of `expo-application` (5.8.3) which is installed as a dependency of `@thirdweb-dev/react-native`.
…