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 is apparently part of the public API but is not documented anywhere

documentation
enhancement
Extensions

Checked with @vmoroz and IReactPackageProvider would be able to load DLLs at runtime to activate modules dynamically, but this is not documented anywhere. We should document this in https://microsoft.github.io/react-native-windows/docs/ireactpackageprovider-api

documentation
enhancement
Extensions

0.64 allows access to the JSI runtime. We should document how to do that. @vmoroz volunteered to write this.

documentation
enhancement

https://github.com/microsoft/react-native-windows-samples/pull/371 set to latest because a version isn't out yet, but we should tie 0.64 versioned docs to a compatible version of the TS template.

documentation
enhancement

- [ ] Native module setup instructions should explain how to set up an example, ensure autolinking is working, etc. - [ ] The doc says "follow the RN docs...

documentation
enhancement

![image](https://user-images.githubusercontent.com/835219/126290977-cfaece68-6188-4edb-8680-342c990dcb59.png) See sample here: https://github.com/microsoft/react-native-windows-samples/actions/runs/1048197244 There looks to be a race condition where the various actions race against each other.

enhancement
website

Need to update https://github.com/microsoft/react-native-windows-samples/edit/main/docs/win10-compat.md once we cut 0.65 versioned docs, since this change was in 0.66. _Originally posted by @NickGerleman in https://github.com/microsoft/react-native-windows/issues/7779#issuecomment-882626956_

enhancement
PR Follow-up

In some cases windows APIs need to be on the UI thread (different than thread react native is running on). Sometimes people might pass a get_weak() or get_this() into the...

enhancement
samples

There is example documentation showing EmitJsEvent, but there is also the public API for CallJSFunction. It'd be great to have a simple example in the example app or whatever somewhere....

documentation
enhancement

When following the `Sample ViewManager (C++)` part of this tutorial [https://microsoft.github.io/react-native-windows/docs/view-managers](https://microsoft.github.io/react-native-windows/docs/view-managers) I just want to create the native view using visual c++ and the first line in the ViewManager(C++) tutorial...

samples
Extensions