You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wip
* finished
* works on both platforms
* rnta update
* finish?
* run android CI
* minor fixes
* try android build
* try android build
* fix path?
* update lockfile
* fix ci pod install
* do not build ios w/ new arch
* update deps
* do not uselessly export type
* do not codegen android component
* undo changes which weren't needed for successful build on old arch
* various refactors
* finalizing refactors
* simplify getReactModuleInfoProvider
* remove comments
* readme updated
* deps update
---------
Co-authored-by: Wojciech Lewicki <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### 🚧🚧 Looking for collaborators and backers 🚧🚧
1
+
### 🚧🚧 Looking for collaborators and financial backers 🚧🚧
2
2
3
3
See this [issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/313).
4
4
@@ -93,7 +93,9 @@ React Native date & time picker component for iOS, Android and Windows.
93
93
## Requirements
94
94
95
95
- Only Android API level >=21 (Android 5), iOS >= 11 are supported.
96
-
- Tested with Xcode 14.0 and RN 0.70. Other configurations are very likely to work as well but have not been tested.
96
+
- Tested with Xcode 14.0 and RN 0.71.4. Other configurations are very likely to work as well but have not been tested.
97
+
98
+
The module supports the [new React Native architecture](https://reactnative.dev/docs/next/the-new-architecture/why) (Fabric rendering of iOS components, and turbomodules on Android). If you are using the new architecture, you will need to use React Native 0.71.4 or higher.
0 commit comments