The dependency @react-native-community/datetimepicker needs to be installed in two separate package.json files within the monorepo structure for the mobile application to function correctly.
Currently, common UI packages are installed in the shared ui-mobile project and then consumed by the main mobile application. While this works for most dependencies, this particular package requires installation in both the shared package and the root application's package due to the way React Native's native module linking/discovery operates.
This is causing an issue where the date picker functionality is not working correctly on the mobile app, even though it's installed as a dependency in the ui-mobile package.