Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions samples/NativeModuleSample/cpp-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ To run the example app (targeting the New Architecture) and see that the module
yarn example windows
```

Alternatively, to run the old example app (targeting the Old Architecture) and see that the module works:

```
yarn example-old windows
```

### Upgrade

First run the **Setup** steps above. Then run the `UpgradeSmokeTest.ps1` script with the target RNW version (usually `latest`):
Expand All @@ -44,4 +38,4 @@ yarn prepare
yarn codegen-windows
```

Finally, build and verify *both* example apps as per the **Run** steps above. If both apps work without issue, then go ahead and submit the PR with your changes.
Finally, build and verify the example app as per the **Run** steps above. If the app works without issue, then go ahead and submit the PR with your changes.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions samples/NativeModuleSample/cpp-lib/example-old/app.json

This file was deleted.

12 changes: 0 additions & 12 deletions samples/NativeModuleSample/cpp-lib/example-old/babel.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions samples/NativeModuleSample/cpp-lib/example-old/index.js

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions samples/NativeModuleSample/cpp-lib/example-old/metro.config.js

This file was deleted.

37 changes: 0 additions & 37 deletions samples/NativeModuleSample/cpp-lib/example-old/package.json

This file was deleted.

This file was deleted.

Loading
Loading