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
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.
What went wrong:
Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
Included Builds (No included builds contain this plugin)
Plugin Repositories (plugin dependency must include a version number for this source)
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.
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.
What went wrong: Plugin [id: 'com.facebook.react.settings'] was not found in any of the following sources:
Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
Included Builds (No included builds contain this plugin)
Plugin Repositories (plugin dependency must include a version number for this source)
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.