joshsoftware / joshsoftware/React-Native-Contribution
Dependency Installation Issue for @react-native-community/datetimepicker in Monorepo
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.