File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
143144If 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
You can’t perform that action at this time.
0 commit comments