0

I'm trying to create a small react native app that uses Code Push for updates and it works!, - however i'm a bit confused about the " target versions " - the binary version that code push uses to target which users should receive the update.

Where can i see / edit that version number ?

Anders Pedersen
  • 2,255
  • 4
  • 25
  • 49

1 Answers1

2

In Android, it is versionName value in app > build.gradle

enter image description here

In iOS, it is Version field

enter image description here

Tuan Luong
  • 3,902
  • 1
  • 16
  • 18