-
Notifications
You must be signed in to change notification settings - Fork 86
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
Fix framework target #24
base: master
Are you sure you want to change the base?
Conversation
See a similar issue I had with RNFS itinance/react-native-fs#447 |
Cool! |
@craftzdog @ethanx94 We can approve it after this issue microsoft/react-native-windows#1644 is resolved. |
There's actually a better way to do this now. |
@ethanx94 Nice. Could you update your PR? |
Well I tried to the same fix but ran into an issue resolving Microsoft.Data.SQLite |
merge down
Having issues building with the newest react-native-windows.
For some reason having a target framework of "uap10.0" is invalid. I instead pointed it at 10586 and my build issues were solved. I think there was some breaking change happening either within react-native's ecosystem or UWP apps since the last sdk release.