henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.25k stars 346 forks source link

Fails with expo. Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources #860

Closed artkrv closed 1 month ago

artkrv commented 1 month ago

My monorepo application uses expo 51 (react-native@0.74.5) and react-native-date-picker works well. BUT: with this package installed I cannot some packages like @react-native-community/netinfo, @react-native-firebase/app ...

It fails with the same error.

If I remove a package, application works fine. Tried with 4.3.3 and 5.0.7 versions. Any ideas how to deal with that? Internet points to cache or react-native issues, but nothing helps, package remove only.

artkrv commented 1 month ago

The main issue as version difference in my monorepo apps. Some of them use expo 50, some 51. Upgraded all versions at the issue has gone.