Skip to content

Commit a850c19

Browse files
author
Chris Brody
authored
document status of out-of-tree platform support (#97)
1 parent 773bb63 commit a850c19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ This tool based on [`react-native-create-library`](https://www.npmjs.com/package
3131
- [issue #28](https://github.com/brodybits/create-react-native-module/issues/28) - additional `pod install` step needed for RN 0.60 on iOS
3232
- [issue #29](https://github.com/brodybits/create-react-native-module/issues/29) - View does not work with RN 0.60 on Android (quick patch needed)
3333
- React Native 0.60 currently not supported by Expo or react-native-windows
34-
- Windows support is likely to be removed (see [issue #43](https://github.com/brodybits/create-react-native-module/issues/43))
34+
- Out-of-tree platform support
35+
- tvOS platform support - not tested (see [issue #95](https://github.com/brodybits/create-react-native-module/issues/95))
36+
- Windows - not tested; unstable (see [issue #23](https://github.com/brodybits/create-react-native-module/issues/23)); now deprecated and may be removed in the near future (see [issue #43](https://github.com/brodybits/create-react-native-module/issues/43))
37+
- for future consideration: macOS (see [issue #94](https://github.com/brodybits/create-react-native-module/issues/94))
3538
- Node.js pre-10 support is deprecated and will be removed in the near future (see [issue #38](https://github.com/brodybits/create-react-native-module/issues/38))
3639

3740
### Why might you need this?

0 commit comments

Comments
 (0)