Anders Pedersen
Anders Pedersen

Reputation: 2385

React Native - edit code push target / version number (in the app)

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 ?

Upvotes: 0

Views: 1705

Answers (1)

Tuan Luong
Tuan Luong

Reputation: 4162

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

enter image description here

In iOS, it is Version field

enter image description here

Upvotes: 2

Related Questions