Sample | Description |
---|---|
Calculator | A sample RNW app implementing a simple calculator. |
ContinuousIntegration | Sample CI pipeline configurations for RNW projects. |
NativeModuleSample | A sample RNW native module with both C++ and C# implementations. |
When new major versions of RNW are released (out of preview), the sample apps in this folder need to be upgraded. The rough procedure is to:
- Delete the existing sample app folder.
- Run the React Native CLI to create a new sample app with the same name.
- Add RNW and run the RNW CLI to add Windows support.
- Restore the original app code to override the "new project" app code.
- Verify that the app still builds and runs.
For specific steps check each sample's readme.