0
Whenever I execute the command React-Native run-android some components appear in the command prompt that require updating. 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 couldn’t find web references for updating these components (UP-TO-DATE).
I’ve already executed the command React-Native upgrade, but that wasn’t it.
Any idea?
But up-to-date means it’s already up to date
– Vinícius Carra
Really? haha Always appears... I thought it was an update available
– Jhonatan Pereira