[Settings > General] Expose codename in platform info
This commit is contained in:
parent
8b480b92e2
commit
d0020c5561
2 changed files with 9 additions and 2 deletions
|
@ -65,6 +65,11 @@ export default function General() {
|
|||
label: "Model",
|
||||
version: debugInfo.device.model,
|
||||
icon: "ic_phonelink_24px"
|
||||
},
|
||||
{
|
||||
label: RN.Platform.select({android: "Codename", ios: "Machine ID"})!,
|
||||
version: debugInfo.device.codename,
|
||||
icon: "ic_compose_24px"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue