Update ios.info.js
This commit is contained in:
parent
1f218af1ec
commit
478d358e6d
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
deviceName: 'iPhone 11 Pro',
|
||||
platformVersion: '14.5',
|
||||
deviceName: 'iPhone 11 Pro', // pass the udid or device name
|
||||
platformVersion: '14.5', // pass the platform version
|
||||
app: 'chat.rocket.reactnative'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue