Skip to content

feat: show native build number in Settings - #20

Draft
janicduplessis wants to merge 1 commit into
mainfrom
@janic/issue-5-settings-build-number
Draft

feat: show native build number in Settings#20
janicduplessis wants to merge 1 commit into
mainfrom
@janic/issue-5-settings-build-number

Conversation

@janicduplessis

Copy link
Copy Markdown
Contributor

Description

Settings only showed the marketing version, so native builds with the same version were indistinguishable in the About section. The existing row now appends the iOS build number or Android version code when Expo Constants provides one, while retaining the current version-only fallback.

Closes #5

Test plan

  • Opened Settings on the Stim-owned iOS simulator and read the About value as 1.0.0 before the change.
  • Reloaded the edited bundle on the same simulator and verified the About value is 1.0.0 (1).

Before

agent-device get text: 1.0.0

Before: Settings About section showing version only

After

agent-device get text: 1.0.0 (1)

After: Settings About section showing version and native build number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Hackathon demo] Show the native build number in Settings

1 participant