Krishna kumar S

Results 5 comments of Krishna kumar S

> remove .babelrc, create the file `babel.config` with the code below, then `npm install` on root, then remove the build folder on ios/, and try build again. > > ```...

> Please paste a full backtrace. Updated! Is there any other working example that I can refer to? Have been stuck on this for 2days.

> That function is always defined. Are you using any kind of wrapper? Please paste the code you are testing. ``` import { RTCView, mediaDevices, } from 'react-native-webrtc'; const Test...

Add this in your `package.json` if you are using nodejs 20.x or > with typescript. ``` "start:dev": "NODE_OPTIONS=--no-node-snapshot ts-node src/index.ts", "start:prod": "node --no-node-snapshot dist/index.js", ```

> Hi @amber-workxpress , > take a look at this: https://github.com/vin-ni/Google-Cloud-Speech-Node-Socket-Playground > This might be what you're looking for :) Wow! You are a lifesaver! Thank you so much!. This...