Skip to content

Commit 5554b98

Browse files
author
Chris Brody
authored
docs: update general status, etc.
1 parent 3e301ba commit 5554b98

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,26 @@ This tool based on [`react-native-create-library`](https://www.npmjs.com/package
2121
### Support options
2222

2323
- community support via [issues](https://github.com/brodybits/create-react-native-module/issues)
24-
- commercial support is available, see <http://xpbrew.consulting>
24+
- commercial support is available, please contact if interested: <[email protected]>
2525

2626
<!-- FUTURE TODO: QUICK USAGE SECTION HERE -->
2727

2828
### General status
2929

30-
- Minimum React Native version: `0.60` (outdated), `0.63` (recommended) - see issue [`#423`](https://github.com/brodybits/create-react-native-module/issues/423)
30+
- Minimum React Native version: `0.60` (outdated), `0.64` or upcoming `0.65` (recommended) - see issue [`#423`](https://github.com/brodybits/create-react-native-module/issues/423)
3131
- It is recommended to disable or remove Flipper on iOS in case of debug build issues - see issue [`#422`](https://github.com/brodybits/create-react-native-module/issues/422)
3232
- generated example app with symlink by default, has known issue with adding dependencies to the library root - see issue [`#308`](https://github.com/brodybits/create-react-native-module/issues/308)
3333
- Platform fork support
3434
- tvOS platform fork
3535
- requires use of `--tvos-enabled` option as documented below
36-
- requires the [`react-native-tvos`](https://www.npmjs.com/package/react-native-tvos) fork, with minimum version of `0.60` ref:
36+
- requires the [`react-native-tvos`](https://www.npmjs.com/package/react-native-tvos) fork, with minimum version of `0.60.x` (newer version is *highly recommended*) ref:
3737
- [`react-native-tvos/react-native-tvos#11`](https://github.com/react-native-tvos/react-native-tvos/issues/11)
3838
- issue [`#95`](https://github.com/brodybits/create-react-native-module/issues/95)
3939
- 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)
40-
- Out-of-tree platforms
41-
- Windows - 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)
42-
- for future consideration: macOS (see [issue #94](https://github.com/brodybits/create-react-native-module/issues/94))
40+
- Out-of-tree target platforms
41+
- 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.
42+
NOTE that development on Windows as well as Linux *host* platofrms is supported for Android (only).
43+
- for future consideration: macOS (see issue [`#94`](https://github.com/brodybits/create-react-native-module/issues/94))
4344

4445
### Why might you need this?
4546

0 commit comments

Comments
 (0)