diff --git a/.github/actions/setup-xcode/action.yml b/.github/actions/setup-xcode/action.yml index d5f9eddb..905ab1ba 100644 --- a/.github/actions/setup-xcode/action.yml +++ b/.github/actions/setup-xcode/action.yml @@ -4,11 +4,12 @@ inputs: xcode-version: description: 'The xcode version to use' required: false - default: '16.2.0' + default: '16.3.0' runs: using: "composite" steps: - name: Setup xcode - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd + uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: ${{ inputs.xcode-version }} \ No newline at end of file + xcode-version: ${{ inputs.xcode-version }} + \ No newline at end of file diff --git a/maestro/tests/2-library.yaml b/maestro/tests/2-library.yaml index 0c4c4711..d268b12c 100644 --- a/maestro/tests/2-library.yaml +++ b/maestro/tests/2-library.yaml @@ -1,5 +1,6 @@ appId: com.jellify --- +- launchApp # Wait for app to be ready, then navigate to Settings tab - assertVisible: id: "library-tab-button" diff --git a/package.json b/package.json index 395f37bc..a65c1a57 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "react-native-pager-view": "^7.0.0", "react-native-reanimated": "4.0.2", "react-native-safe-area-context": "^5.6.0", - "react-native-screens": "^4.14.0", + "react-native-screens": "4.14.0", "react-native-swipeable-item": "^2.0.9", "react-native-text-ticker": "^1.15.0", "react-native-toast-message": "^2.3.3", diff --git a/yarn.lock b/yarn.lock index c83c3a36..4e76f4c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8523,7 +8523,7 @@ react-native-safe-area-context@^5.6.0: resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.6.0.tgz#0ab284c291bb57d59330abf7dfe65156d6340e78" integrity sha512-tJas3YOdsuCg3kepCTGF3LWZp9onMbb9Agju2xfs2kRX8d/5TMUPmupBpjerk/B7Tv/zeJnk+qp5neA96Y0otQ== -react-native-screens@^4.14.0: +react-native-screens@4.14.0: version "4.14.0" resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-4.14.0.tgz#585c84954f2c0a60b8726deb5940c2c0b20b0f1b" integrity sha512-BMTQ30IozI8ZkqqPw71LbiaEcU+F5wDmfXDFlVn0wupZnxt0l7x7lUh2nljxR7rNHQneNIZoRTlu0ExK0R0xmA==