cristea victor

Results 10 comments of cristea victor

> Plz help @0xced . wait a minute , this is react native :D you shoul use [https://www.npmjs.com/package/react-native-ytdl](url) and combine with

You can use combination between html and webview. This is not the best solution but this works 💯 1. create html file , drop jssourse in tag 2. install [https://github.com/react-native-community/react-native-webview](url)...

> Hi @kr-yeon > > Could you please confirm what this issue still persist on latest version (8.2.1)? yep 100%

@kr-yeon https://github.com/microsoft/react-native-code-push/issues/2684#issuecomment-2026917475

Or you cant patch this lib: 1. Go to node_modules & find node_modules/@voximplant/react-native-foreground-service/android/build.gradle 2. Replace content with this : https://raw.githubusercontent.com/voximplant/react-native-foreground-service/fa80948af6dab70da54039434f9ef12aa2f3fc0c/android/build.gradle 3. https://anu-thomas.medium.com/patch-package-in-react-native-c7786a15e279 ``` npx patch-package @voximplant/react-native-foreground-service ``` PS: thx to...

same here, but for me ios is working good, only android (release mode) doesn't show up svg (dev is working) tested with "react-native-code-push": "^8.1.0" and last one "react-native-code-push": "^8.2.1", here...

Update: Here is my workaround little lifehack to make svg work @_@ 1. Convert svg to React components (you can use [svgviewer](https://www.svgviewer.dev/svg-to-react-native-jsx) ) 2. Declare svgImages or whatever you want...

Steps to resolve : change class from main.storyboard `Uiviewcontroller` -> `TesseractOCRDemoVC` when you will read this you can close issue ;)

> Hi, I want to resize my images to half size, but I do not know the size of orignal image. How can I get this? Hi, if someone is...

> After reading a png image i try to resize that by following code > `var thumbnail = bitmap.resize({ width: 128, height: 128, algorithm: "nearestNeighbor", }); ` > Here a...