wix / react-native-notifications

React Native Notifications
MIT License
3.23k stars 763 forks source link

Undeclared dependency on lodash #1049

Open wojtekmaj opened 2 weeks ago

wojtekmaj commented 2 weeks ago

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.