Skip to content

Commit 21d9163

Browse files
author
Chris Brody
authored
general status updates for 0.10.x (#104)
1 parent 0f56368 commit 21d9163

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This tool based on [`react-native-create-library`](https://www.npmjs.com/package
2525
### General status
2626

2727
- **React Native versions supported:**
28-
- recommended: `0.60` (see known quirks and issues below)
29-
- `0.59`
28+
- recommended: `0.60`, `0.61-rc` (see known quirks and issues below)
29+
- outdated: `0.59`
3030
- Known quirks & issues on React Native 0.60(+):
31-
- [issue #28](https://github.com/brodybits/create-react-native-module/issues/28) - additional `pod install` step needed for RN 0.60 on iOS
31+
- [issue #99](https://github.com/brodybits/create-react-native-module/issues/99) - 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)
33-
- React Native 0.60 currently not supported by Expo or react-native-windows
33+
- React Native 0.60(+) currently not supported by Expo or react-native-windows
3434
- 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))
35+
- tvOS platform support - unstable (not tested) (see [issue #95](https://github.com/brodybits/create-react-native-module/issues/95))
36+
- Windows - unstable (not tested, 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))
3737
- for future consideration: macOS (see [issue #94](https://github.com/brodybits/create-react-native-module/issues/94))
3838
- 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))
3939

0 commit comments

Comments
 (0)