React native is stuck at old version app

前端 未结 8 1356
慢半拍i
慢半拍i 2020-12-28 21:50

When I run react-native run-android it only installs the old version of the app in simulator and changes are not shown.

Any suggestion is appreciated.

相关标签:
8条回答
  • 2020-12-28 22:38

    Check for any syntax errors that might not be highlighted by VS code.

    After three hours of pulling my hairout turns out it hadnt alerted my to an = instead of a : in an object.

    0 讨论(0)
  • 2020-12-28 22:39

    Tried with the solutions above, not sure if they helped for the final version, but what worked at the end was running ./gradlew clean assembleRelease in the /android folder.

    0 讨论(0)
提交回复
热议问题