react-native-documents/document-picker

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

Closed this issue · 5 comments

Bug report

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

I have the same issue after adding this dependency

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 🙂

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.

Duplicate of #562

Closing as duplicate