Skip to content

Dependency Installation Issue for @react-native-community/datetimepicker in Monorepo #1

@an1mesh

Description

@an1mesh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions