Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 923 Bytes

File metadata and controls

23 lines (16 loc) · 923 Bytes

Samples

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.

Upgrade Procedure

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:

  1. Delete the existing sample app folder.
  2. Run the React Native CLI to create a new sample app with the same name.
  3. Add RNW and run the RNW CLI to add Windows support.
  4. Restore the original app code to override the "new project" app code.
  5. Verify that the app still builds and runs.

For specific steps check each sample's readme.