react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.33k stars 434 forks source link

node_modules\react-native-document-picker\windows\ReactNativeDocumentPicker\ReactNativeDocumentPicker.csproj : error NU1201: Project Microsoft.ReactNative.Managed is not compatible with uap10.0.16299 (UAP,Version=v10.0.16299). Project Microsoft.ReactNative.Managed supports: uap10.0.17763 (UAP,Version=v10.0.17763 #676

Closed atiqulislamwb closed 3 months ago

atiqulislamwb commented 10 months ago

Bug report

when i try to build windows app give this error ,, how i solve this ?

mlecoq commented 9 months ago

I have the same issue after adding this dependency

vonovak commented 9 months ago

Hello and thanks for asking, the windows part of the module is not really maintained, but if you want to take over the task, I'll be happy to merge your PRs. Thank you 🙂

chrisglein commented 9 months ago

Can be fixed by either downloading that additional SDK (gross, who wants to do that) or taking on a fix like had to be made in these modules:

So if anyone wants to make that same change in this repo's vcxproj, that should fix it.

chrisglein commented 9 months ago

Duplicate of #562

vonovak commented 3 months ago

Closing as duplicate