react-native-datetimepicker / datetimepicker

React Native date & time picker component for iOS, Android and Windows
MIT License
2.36k stars 385 forks source link

Update AndroidManifest.xml #851

Closed joel-chalkley-od closed 5 months ago

joel-chalkley-od commented 5 months ago

Incorrect package="com.reactcommunity.rndatetimepicker" found in source AndroidManifest.xml: C:.~\node_modules\@react-native-community\datetimepicker\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="com.reactcommunity.rndatetimepicker" from the source AndroidManifest.xml: C:.~\node_modules\@react-native-community\datetimepicker\android\src\main\AndroidManifest.xml.

Summary

Test Plan

What's required for testing (prerequisites)?

Build a project using React-Native 0.72.7, Android Gradle Plugin 8.1.4, Gradle Version 8.1

What are the steps to reproduce (after prerequisites)?

Building project fails with following error: Incorrect package="com.reactcommunity.rndatetimepicker" found in source AndroidManifest.xml: C:.~\node_modules\@react-native-community\datetimepicker\android\src\main\AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported. Recommendation: remove package="com.reactcommunity.rndatetimepicker" from the source AndroidManifest.xml: C:.~\node_modules\@react-native-community\datetimepicker\android\src\main\AndroidManifest.xml.

Compatibility

OS Implemented
Android

Checklist