From da55211d7c55716af58108a6927ae1dcc6632af5 Mon Sep 17 00:00:00 2001 From: Justin D Mathew Date: Thu, 23 May 2024 14:04:43 -0700 Subject: [PATCH] docs: add React Native version support table (#899) * Added React Native version support table README.md * added complete version to README.md * Update README.md * Update README.md * Update README.md --------- Co-authored-by: Vojtech Novak --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 03cbbe5a..c089e0ae 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ React Native date & time picker component for iOS, Android and Windows (please n - [Expo users notice](#expo-users-notice) - [Getting started](#getting-started) - [Usage](#usage) + - [React Native Support](#react-native-support) - [Localization note](#localization-note) - [Android imperative API](#android-imperative-api) - [Props / params](#component-props--params-of-the-android-imperative-api) @@ -142,6 +143,17 @@ Autolinking is not yet implemented on Windows, so [manual installation ](/docs/m If you are using RN >= 0.60, only run `npx pod-install`. Then rebuild your project. +## React Native Support +Check the `react-native` version support table below to find the corrosponding `datetimepicker` version to meet support requirements. + +| react-native version | version | +| -------------------- | -------- | +| 0.73.0+ | 7.6.3+ | +| <=0.72.0 | <=7.6.2 | +| 0.70.0+ | 7.0.1+ | +| <0.70.0 | <=7.0.0 | + + ## Usage ```js