Whenever I run the react-native run-android command, some components appear at the command prompt requesting update. Like these:
:app:mergeDebugAssets UP-TO-DATE
:app:generateDebugResValues UP-TO-DATE
:app:generateDebugResources UP-TO-DATE
:app:mergeDebugResources UP-TO-DATE
:app:bundleDebugJsAndAssets SKIPPED
:app:processDebugManifest UP-TO-DATE
I did not find web references on how to update these components (UP-TO-DATE).
I've run the react-native upgrade command, but it was not that.
Any ideas?