react-native-windows-samples
react-native-windows-samples copied to clipboard
A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.
It would be good to add a page that sets context on what the API docs section is doing - point to RN docs for all RN APIs, set context...
### Page url https://microsoft.github.io/react-native-windows/docs/config ### Problem Description Dependency config documentation should be updated to reflect the nugetPackageLang and have an example for a nuget-based module
### Page url https://microsoft.github.io/react-native-windows/docs/NuGet ### Problem Description The idea is that the flag to toggle between consuming M.RN through source or binary distribution is a decision made by the app...
@jonthysell might know. I don't think the new exclusions fix-unbroken is adding are right, as there are missing ones. You can delete those and just add `!versioned_docs/version-0.64/*-api-windows*.md` for the time...
Extracting from [this discussion](https://github.com/microsoft/react-native-windows/issues/8332), it would be helpful to have a sample of an unpackaged app, rather than relying on the playground app. Something of a minimal shell of an...
Meta-point for triage: we don't talk about the e2e debug experience in our docs but we should; there are Windows-specific pieces (e.g. how to use VS, does flipper work, JS...
New API @vmoroz added for 0.63. Usage here: https://github.com/microsoft/react-native-windows/blob/master/vnext/Microsoft.ReactNative.IntegrationTests/ReactNotificationServiceTests.cpp
### Suggestion Right now, we use react-native-camera in the CameraDemo sample to verify that autolinking of a community module works, however it looks like that module might not be worked...
We do include some contribution information on the website [here](https://microsoft.github.io/react-native-windows/docs/contributing). I don't think it's terribly helpful as is. There's an issue capturing some complaints on the [main repo](https://github.com/microsoft/react-native-windows/issues/4265), but if...
Customer is looking for a generated C# project instead of a C++. We have a way to do this, but it is not documented and should be.