Chirag K.

Results 13 comments of Chirag K.

capacitor6, Web work fine, but not in android and ios In ios get error on console for all three method (getStatusBarHeight, getSafeAreaInsets, injectCSSVariables) [error] - ERROR {"code":"UNIMPLEMENTED"}

I will test it soon, but for my project I started using this NPM package. https://www.npmjs.com/package/capacitor-plugin-safe-area

This issue still in my new project. I am using Turborepo. `Android Bundling failed 16847ms index.js (1 module) Unable to resolve "event-target-shim/index" from "../../node_modules/@stream-io/react-native-webrtc/src/MediaDevices.ts" ERROR [Error: undefined Unable to resolve...

Here it is my metro-config.js ``` const { getDefaultConfig } = require('@expo/metro-config') const path = require('path') const projectRoot = __dirname const workspaceRoot = path.resolve(projectRoot, '../..') const config = getDefaultConfig(projectRoot) //...

Let me verify this issue again using `react-native-webrtc` in Turborepo with expo 51.

Yes, Above metro config is working, No errors. And, I also test new expo project not with monorepo, `react-native-webrtc` is working fine without change on `metro-config.js`. Now no need to...

> Hey guys, I was also struggling with my OpenJDK installation while trying to run Burp Suite Pro on a Kali Linux virtual machine, installed in my Macbook M4 via...

``` "dependencies": { "next": "^14.2.13", "nextra": "3.0.2", "nextra-theme-docs": "3.0.2", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.10", "@types/node": "22.7.4", "typescript": "^5.6.2" } ``` I used 3.0.2, and still getting...

> The error about the `.next/fallback-build-manifest.json` seems to happen because of the failing twoslash module import, I can confirm I got v3.0.2 to work by removing the following import and...