Skip to content

Commit

Permalink
docs: add React Native version support table (#899)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
JDMathew and vonovak authored May 23, 2024
1 parent 3e8e048 commit da55211
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da55211

Please sign in to comment.