-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: Build fails after update to react-native 0.75.x and react-native-windows 0.75,x #382
Comments
Same here |
@RonRadtke do we have any updates on this? :) |
None for now 🤷🏼♂️ |
@RonRadtke do we have any updates on this? |
Facing the same issue |
We were now forced to replace react-native-blob-util with this one: https://github.com/birdofpreyru/react-native-fs |
If anyone has a fix for it - would be great. |
Ok thanks for the reply! Unfortunately, the windows setup is really annoying. Now that we found a different solution we are of course much less inclined to work out a solution ourselves. |
Of course - I can understand that very much. Still would be great though, but I can understand that you switch and don't want to invest in this lib then, no worries :) |
Can someone confirm that the following patch also works for them? If so, I'll make a PR :) |
For react-native version 0.75.x and react-native-windows version 0.75.x this library does not compile anymore on windows. There are two issues: the TargetPlatformMinVersion is too low and there is an error when compiling the sources.
The error is
Steps to reproduce:
Package versions (resolutions):
react-native: 0.75.3
react-native-windows: 0.75,0
react-native-blob-util: 0.19.11
OS Version: Windows 10
Visual Studio: Visual Studio Community 2022, Version 17.11.35303.130
To summarize, there are two issues:
The text was updated successfully, but these errors were encountered: