react-native-notifications icon indicating copy to clipboard operation
react-native-notifications copied to clipboard

Undeclared dependency on lodash

Open wojtekmaj opened this issue 7 months ago • 5 comments

Copy of #1049

As the tilte says; lodash is used in production code, but the dependency is undeclared. By pure luck, and because lodash is incredibly popular, most of the time react-native-notifications works just fine. However, I recently upgraded another package that happened to remove lodash with it, and this caused react-native-notifications to stop working.

wojtekmaj avatar May 06 '25 09:05 wojtekmaj