Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microsoft/react-native-windows-samples
A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.
https://github.com/microsoft/react-native-windows-samples
react-native react-native-macos react-native-windows
Last synced: about 1 month ago
JSON representation
A repository showcasing React Native samples and templates for Windows, macOS, and Surface Duo.
- Host: GitHub
- URL: https://github.com/microsoft/react-native-windows-samples
- Owner: microsoft
- License: mit
- Created: 2019-09-16T21:04:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:31:38.000Z (about 1 month ago)
- Last Synced: 2024-10-01T04:21:21.236Z (about 1 month ago)
- Topics: react-native, react-native-macos, react-native-windows
- Language: C#
- Homepage: https://microsoft.github.io/react-native-windows/
- Size: 65.8 MB
- Stars: 478
- Watchers: 34
- Forks: 199
- Open Issues: 78
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: .github/security.md
- Support: docs/supported-community-modules.md
Awesome Lists containing this project
README
# React Native Samples and Templates
This repository is a companion to the [React Native for Windows](https://github.com/microsoft/react-native-windows) and [React Native for macOS](https://github.com/microsoft/react-native-macos) repos.
The content here features React Native sample apps, components, and templates for Windows, macOS and Duo.## Samples
| Sample | Description |
|:-------|:------------|
| [Calculator](./samples/Calculator) | A sample RNW app implementing a simple calculator with both C++ and C# implementations. |
| [ContinuousIntegration](./samples/ContinuousIntegration) | Sample CI pipeline configurations for RNW projects. |
| [NativeModuleSample](./samples/NativeModuleSample) | A sample RNW native module with both C++ and C# implementations. |
| [ReactNativeWinRT](https://github.com/microsoft/react-native-winrt/tree/main/samples/RNWinRTTestApp) | A sample RNW app that uses [React Native WinRT](aka.ms/reactnativewinrt) to consume native WinRT APIs. |## Contributions
We welcome your contributions and suggestions! Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.