web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
638 stars 162 forks source link

Error: Unable to resolve module react-native-paper #310

Closed Crafter-Y closed 10 months ago

Crafter-Y commented 10 months ago

Current behaviour

My eas build fails

Expected behaviour

It sould not fail.

How to reproduce?

I just use the package in my project Crafter-Y/csa-frontend I use the Version 0.18.12 with Expo 49.0.6

Preview

Screenshot_6

What have you tried so far?

I don't know what to do. It seems like there is a node module missing, but I don't know why

Your Environment

software version
node idk what eas uses
npm or yarn whatever was uses (enabled legacy-peer-deps)
expo sdk 49.0.6
iM-GeeKy commented 10 months ago

@Crafter-Y You'll need to install react-native-paper is my guess. Go ahead and give that a try and see if it resolves your issue.

Crafter-Y commented 10 months ago

This seems to work. But I wonder why the dependency was not installed automatically. This could be a bug related to eas by expo