Skip to content

Commit

Permalink
docs: add pointer for Windows target platform (#462)
Browse files Browse the repository at this point in the history
* docs: add pointer for Windows target platform
* use aka.ms link

Co-authored-by: Alexander Sklar <asklar@microsoft.com>
  • Loading branch information
brodybits and asklar committed Aug 2, 2021
1 parent 5554b98 commit 5bcb9ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ This tool based on [`react-native-create-library`](https://www.npmjs.com/package
- issue [`#95`](https://github.com/brodybits/create-react-native-module/issues/95)
- It is recommended to disable or remove Flipper in case of debug build issues - see issue [`#422`](https://github.com/brodybits/create-react-native-module/issues/422)
- Out-of-tree target platforms
- Windows target platform - no longer supported for reasons discussed in issues [`#23`](https://github.com/brodybits/create-react-native-module/issues/23) and [`#43`](https://github.com/brodybits/create-react-native-module/issues/43). Existing Windows C# template is kept in `unsupported-platforms` for now (at least) and further discussion would be welcome in a new issue on GitHub.
NOTE that development on Windows as well as Linux *host* platofrms is supported for Android (only).
- Windows target platform - not supported directly, please use `react-native-windows-init` according to this procedure: https://aka.ms/RNW-NativeModuleSetup
- for future consideration: macOS (see issue [`#94`](https://github.com/brodybits/create-react-native-module/issues/94))

### Why might you need this?
Expand Down

0 comments on commit 5bcb9ef

Please sign in to comment.