Feng Yu
Feng Yu
Same here. react-native 0.71.4 I really expect react-native-snap-carousel to upgrade ASAP so it will not break on a newer version of react-native.
> > Same here. react-native 0.71.4 > > I really expect react-native-snap-carousel to upgrade ASAP so it will not break on a newer version of react-native. > > This lib...
I am having the same problem. Tried react-native-blob-util 0.18.3 and 0.17.0, both had the same error. It's a critical error since I can't leave customers unable to download. I may...
Android ``` newArchEnabled=false hermesEnabled=false ``` ios ``` use_frameworks! :linkage => :static ``` packages ``` "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "^4.0.2", "react-native": "0.71.4", ``` code: ```typescript import RNFetchBlob from 'react-native-blob-util'; const...
The same issue is still there. `removeClippedSubviews` is now false by default and setting it false doesn't do anything.
Having the same error on an empty project created by `react-native init`. System: OS: Windows 11 22H2 22621.1413 Windows Feature Experience Pack 1000.22639.1000.0 CPU: AMD Ryzen 5900X GPU: AMD Radeon...
@dannyhw Thank you. It built successfully! That was very helpful. Now let me see how to apply it to my production project... success