Philippe David

Results 10 comments of Philippe David

I have the issue too, just implemented the sample in a recyclerview .

In a RecyclerView, if the TextView is expanded and you scroll, the mesuredHeight is wrong. @gnuhpc does your modification fix that ? Thanks !

I had the same issue, it wasn't building, only showing a huge list of errors "200 duplicate symbols". Digging around I found this : [SO: Duplicate symbols when integrating Firebase...

Exact same issue on my end, everything is on latest version Expo Ejected ```json "react-native": "^0.69.6", "expo": "^46.0.16", "react-native-flipper": "^0.172.0", "redux-flipper": "^2.0.2", ``` Android ``` FLIPPER_VERSION=0.172.0 newArchEnabled=false enableHermes=true ``` Opening...

Same here, installed the generator locally, then same error but for Bower, and I definitely have a global Bower installed.

Got the syntax ... but I'm getting : 12-13 17:46:00.577 32691-32691/ca.etsmtl.log792.pdavid.sketch W/dalvikvm﹕ Unable to resolve superclass of Lio/socket/WebsocketTransport; (3686) 12-13 17:46:00.577 32691-32691/ca.etsmtl.log792.pdavid.sketch W/dalvikvm﹕ Link of class 'Lio/socket/WebsocketTransport;' failed

Same here, there's no error message other than "Non Zero Exit Code" ```bash python3 opencv/platforms/ios/build_framework.py ios --contrib opencv_contrib --iphoneos_archs arm64 --iphonesimulator_archs x86_64 ``` ``` -- General configuration for OpenCV 4.7.0-dev...

@jakex7 I'm testing with a valid image, i just copied a string for example. I will continue debugging and create a reproducible example. I tried everything mentioned above..

ended up updating to Expo 54, must have been a bug in the new architecture, but on `0.79.X` it wasn't working.

With ``` "react": "18.3.1", "react-dom": "18.3.1", "react-native": "0.77.2", ``` Downgrading to ``` "react-native-device-info": "^13.2.0", ``` Works for me