React Native Compile Update

Asked

Viewed 92 times

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

  • Really? haha Always appears... I thought it was an update available

1 answer

3


Friend try to spin this commando:

react-native start --reset-cache
  • I started another project and no longer came across the error, I will accept your answer, since it was the only.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.