Skip to content

Commit da55211

Browse files
JDMathewvonovak
andauthored
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 <[email protected]>
1 parent 3e8e048 commit da55211

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ React Native date & time picker component for iOS, Android and Windows (please n
7474
- [Expo users notice](#expo-users-notice)
7575
- [Getting started](#getting-started)
7676
- [Usage](#usage)
77+
- [React Native Support](#react-native-support)
7778
- [Localization note](#localization-note)
7879
- [Android imperative API](#android-imperative-api)
7980
- [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
142143

143144
If you are using RN >= 0.60, only run `npx pod-install`. Then rebuild your project.
144145

146+
## React Native Support
147+
Check the `react-native` version support table below to find the corrosponding `datetimepicker` version to meet support requirements.
148+
149+
| react-native version | version |
150+
| -------------------- | -------- |
151+
| 0.73.0+ | 7.6.3+ |
152+
| <=0.72.0 | <=7.6.2 |
153+
| 0.70.0+ | 7.0.1+ |
154+
| <0.70.0 | <=7.0.0 |
155+
156+
145157
## Usage
146158

147159
```js

0 commit comments

Comments
 (0)