react-native-windows-samples icon indicating copy to clipboard operation
react-native-windows-samples copied to clipboard

A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.

Results 87 react-native-windows-samples issues
Sort by recently updated
recently updated
newest added

This page exist in the main documentation: https://reactnative.dev/docs/platform-specific-code I don't think we have a clear place in the documentation that covers what strings to use for Platform.select, for example. We...

documentation
enhancement

Request from Office/Calendar team: We need the ability to specify which thread a native module should run on. I believe this is possible, or will be soon, but we need...

documentation
enhancement
Extensions

Would be good to add a guidance doc that shows how to deploy an RNW app on Win10 devices. Something like what the [legacy docs](https://github.com/microsoft/react-native-windows/blob/0.59-legacy/current/docs/RunningOnDeviceWindows.md) had.

documentation
enhancement

The [System Dependencies](https://microsoft.github.io/react-native-windows/docs/rnw-dependencies) page needs a callout about the disk space requirements when building an RN app (especially for the first time) via the `npx react-native run-windows` command.

documentation
enhancement

The resources page needs links to testing, e2etesting, contributing and the monorepo from the main repo. They are being/already removed from the 0.62 release and need a separate link home.

documentation
enhancement

Need a guidance document that shows how to create a bundle for Win10 as well as Win32 apps.

documentation
enhancement

This is a super important concept for native module init, but I can't seem to find docs for it. We should add some.

documentation
enhancement

>performance implications [](start = 127, length = 24) I do not think it is a true statement. On their own the synchronous methods do not cause perf issues. In future...

documentation
enhancement
Extensions

The [Glyph documentation](https://microsoft.github.io/react-native-windows/docs/glyph-component) mentions fontUri, it's marked as not required, but we also don't have instructions that if you specify a `fontUri`, you have to package the font with your...

documentation
enhancement
good first issue

>something.Completed [](start = 8, length = 19) Let's use the co-routine syntax instead. _Originally posted by @vmoroz in https://github.com/microsoft/react-native-windows-samples/pull/280#discussion_r498539295_

documentation
enhancement
Extensions