datetimepicker
datetimepicker copied to clipboard
[FIX] fixed issues with android debug build
Summary
issues #810
Support for namespace was added in AGP 7.3.x. Also, react-native project automatically and correctly assigns the tasks dependencies via project builds with Gradle 8+. Don't need to manually included something.
Tested; OS: ubuntu 20.04.6 LTS device: Android 13; Samsung Galaxy S22 Ultra React Native Version 0.74.1 eas-cli/7.6.1 linux-x64 node-v20.9.0 JavaVersion 17 & KotlinVersion 1.8.22 / 1.9.23 gradle 8.6
Compatibility
| OS | Implemented |
|---|---|
| iOS | ❌ |
| Android | ✅ |
Checklist
- [X] I have tested this on a device and a simulator
- [X] I added the documentation in
README.md - [ ] I updated the typed files (TS and Flow)
- [ ] I added a sample use of the API in the example project (
example/App.js) - [ ] I have added automated tests, either in JS or e2e tests, as applicable