Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add pointer for Windows target platform #462

Merged
merged 2 commits into from
Aug 2, 2021
Merged
Changes from 1 commit
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
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://microsoft.github.io/react-native-windows/docs/native-modules-setup#creating-a-new-native-module-library-project
brodybits marked this conversation as resolved.
Show resolved Hide resolved
- for future consideration: macOS (see issue [`#94`](https://github.com/brodybits/create-react-native-module/issues/94))

### Why might you need this?
Expand Down