how to change native dependencies of a custom widget

0
Hi all,   I am trying to upgrade some dependencies we use in a custom javascript action. I can change the json file where the dependency is declared for the js action (react-native-blob-util from version 0.13.10 to 0.19.6) but when I do I get errors saying that a custom widget in the project has a different version of the same dependency listed   javascript action dependencies:   custom widget dependencies:   the error message is as follows: The widget has conflicts in the following dependencies:  react-native-blob-util: 0.13.10 (widget version) 0.19.6 (in javascript action)   I have tried declaring the same dependency in the widget but that leads to the same error
asked
0 answers