Update iOS config

This commit is contained in:
Diego Mello 2022-04-08 13:18:49 -03:00
parent f2da4ac22a
commit 1f218af1ec
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
deviceName: '', // pass the udid or device name
platformVersion: '', // pass the platform version
app: 'com.apple.app'
deviceName: 'iPhone 11 Pro',
platformVersion: '14.5',
app: 'chat.rocket.reactnative'
};