You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR implements a new, named template-based `react-native
init-windows` command as described by microsoft#11920.
Note, this does not change or deprecate the existing
`react-native-windows-init` / `generateWindows` infrastructure or
templates.
### Type of Change
- New feature (non-breaking change which adds functionality)
### Why
This is part of restructuring how users can add RNW support to their RN
projects.
### What
1. Creates a new `init-windows` RN CLI command that creates a new
windows project based on a given template
2. The first CLI templates under `old/`, which are just wrappers which
call the existing templating code in `generateWindows`
Closesmicrosoft#12152Closesmicrosoft#12151Closesmicrosoft#12150Closesmicrosoft#12149Closesmicrosoft#12148Closesmicrosoft#12147
## Screenshots
N/A
## Testing
Ran existing tests, created base `initWindows` tests.
## Changelog
Should this change be included in the release notes: yes
Created a new `init-windows` command
* Create new CLI init-windows command
## Description
This PR implements a new, named template-based `react-native
init-windows` command as described by #11920.
Note, this does not change or deprecate the existing
`react-native-windows-init` / `generateWindows` infrastructure or
templates.
### Type of Change
- New feature (non-breaking change which adds functionality)
### Why
This is part of restructuring how users can add RNW support to their RN
projects.
### What
1. Creates a new `init-windows` RN CLI command that creates a new
windows project based on a given template
2. The first CLI templates under `old/`, which are just wrappers which
call the existing templating code in `generateWindows`
Closes#12152Closes#12151Closes#12150Closes#12149Closes#12148Closes#12147
## Screenshots
N/A
## Testing
Ran existing tests, created base `initWindows` tests.
## Changelog
Should this change be included in the release notes: yes
Created a new `init-windows` command
* fix generateWrapper
* remove sample apps package.json
* update yarn.lock
* Rename old templates
No description provided.
The text was updated successfully, but these errors were encountered: