Abraham Przewodnik
Abraham Przewodnik
This removes the peer-dependency warning when installing react-native-dynamic along with react-native 0.63.3
As demonstrated by https://github.com/guillaumepotier/Parsley.js/issues/1226, Parsley.js still uses the deprecated function ```deferred.pipe``` There has been a fix before: https://github.com/guillaumepotier/Parsley.js/pull/1253 That fix has been retracted because it doesn't pass the test suite....
The filter can be used like this: ```php add_filter('bedrock_autoloader_load_plugins', function ($plugins) { return array_filter($plugins, function ($name) { return !str_starts_with($name, 'my-plugin-name/'); }); }); new Autoloader(); ``` This pull request solves https://github.com/roots/bedrock-autoloader/issues/34